Compare commits

..

1 commit

Author SHA1 Message Date
f02f6ddc9b
test: add event creation test
Some checks failed
container-scan / Container Scan (pull_request) Successful in 2m33s
docker-build / docker (pull_request) Successful in 3m47s
tests / Tests (pull_request) Failing after 3m35s
2025-07-01 09:54:44 +02:00

View file

@ -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')