1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-06-18 13:39:08 +02:00

tests for new button

This commit is contained in:
Arnab Sen
2022-04-16 10:36:32 +05:30
parent f6cf7766f3
commit cb4d19d05c
10 changed files with 44 additions and 4 deletions

View File

@ -15,7 +15,7 @@ Cypress.Commands.add('init', () => {
cy.visit('http://localhost:8080');
// closing the Welcome modal
cy.get('button[aria-label="Close modal"]').click();
cy.get('button[data-testid=closeModalButton]').click();
});
//
//