Skip to content

Commit

Permalink
Fix Cypress test
Browse files Browse the repository at this point in the history
  • Loading branch information
faucomte97 committed Oct 10, 2024
1 parent 3776880 commit 5e5e50b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions portal/tests/cypress/integration/user.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

describe('User', () => {
it('can open donate popup', () => {
cy.visit("/");
cy.get('#donate').click();
cy.get('.popup-box').should('be.visible');
cy.get('#donate_form').should('be.visible');
Expand Down

0 comments on commit 5e5e50b

Please sign in to comment.