UX: Improve usability of purchase page (#54)

Commit does 3 things:

    Remove the duplicative currency abbreviation in favor of the currency symbol alone
    Reorders plans by the cost in ascending order.
    Fixes a flexbox button bug
This commit is contained in:
Justin DiRose
2021-02-16 12:07:53 -06:00
committed by GitHub
parent 0126b12761
commit 7f84cee940
5 changed files with 12 additions and 3 deletions
@@ -36,7 +36,7 @@ componentTest("Payment plan subscription button rendered", {
find(".btn-discourse-subscriptions-subscribe:first-child .amount")
.text()
.trim(),
"$AUD 44.99",
"$44.99",
"The plan amount and currency is shown"
);
},