mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-03-31 18:01:36 -04:00
fix(tools): update donate test that doesn't run on PRs for some reason (#52725)
This commit is contained in:
2
cypress/e2e/third-party/donate-page.ts
vendored
2
cypress/e2e/third-party/donate-page.ts
vendored
@@ -11,7 +11,7 @@ describe('Donate page', () => {
|
||||
});
|
||||
cy.get("[data-cy='donation-confirmation-button']").click();
|
||||
cy.contains('We are processing your donation.').should('be.visible');
|
||||
cy.contains('Thank you for being a supporter.', { timeout: 10000 }).should(
|
||||
cy.contains('Thank You for Being a Supporter', { timeout: 10000 }).should(
|
||||
'be.visible'
|
||||
);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user