Remove time from frontend test

This commit is contained in:
Ramon Wenger 2021-10-07 18:31:31 +02:00
parent c36a90a149
commit eadfb27595
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ describe('Project Page', () => {
it('has the correct layout', () => {
cy.visit('/portfolio/groot');
cy.getByDataCy('project-entry').eq(0).within(() => {
cy.getByDataCy('project-entry-date').should('contain', '1. Juni 2021, 13:49');
cy.getByDataCy('project-entry-date').should('contain', '1. Juni 2021');
});
});