fix(tools): update donate test that doesn't run on PRs for some reason (#52725)

pull/52785/head
Naomi Carrigan 2023-12-27 07:15:24 -08:00 committed by GitHub
parent 6c8697f036
commit 2adaff8bb0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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'
);
});