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:
@ -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();
|
||||
});
|
||||
//
|
||||
//
|
||||
|
Reference in New Issue
Block a user