Compare commits
1 commit
f02f6ddc9b
...
1ec636f3b0
Author | SHA1 | Date | |
---|---|---|---|
1ec636f3b0 |
1 changed files with 1 additions and 1 deletions
|
@ -29,8 +29,8 @@ describe('event creation', () => {
|
|||
);
|
||||
cy.getBySel('event-save-button').click();
|
||||
});
|
||||
cy.wait(1000);
|
||||
cy.visit('http://127.0.0.1:3000/events');
|
||||
cy.getBySel('events-page').should('exist');
|
||||
cy.getBySel('event-list-entry').should('exist');
|
||||
cy.getBySel('event-list-entry')
|
||||
.contains('Cypress Test Event')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue