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

This commit is contained in:
Naomi Carrigan
2023-12-27 07:15:24 -08:00
committed by GitHub
parent 6c8697f036
commit 2adaff8bb0

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