-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ca0b1ea
commit 2902a3d
Showing
5 changed files
with
55 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -373,7 +373,7 @@ describe('CurrentOrgPlan', () => { | |
) | ||
expect(paymentFailed).toBeInTheDocument() | ||
const contactSupport = await screen.findByText( | ||
'Please try a different card or contact support at [email protected].' | ||
'Please try a different payment method or contact support at [email protected].' | ||
) | ||
expect(contactSupport).toBeInTheDocument() | ||
}) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -147,7 +147,8 @@ const DelinquentAlert = () => { | |
<Alert variant={'error'}> | ||
<Alert.Title>Your most recent payment failed</Alert.Title> | ||
<Alert.Description> | ||
Please try a different card or contact support at [email protected]. | ||
Please try a different payment method or contact support at | ||
[email protected]. | ||
</Alert.Description> | ||
</Alert> | ||
<br /> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters