Remove time from frontend test
This commit is contained in:
parent
c36a90a149
commit
eadfb27595
|
|
@ -92,7 +92,7 @@ describe('Project Page', () => {
|
||||||
it('has the correct layout', () => {
|
it('has the correct layout', () => {
|
||||||
cy.visit('/portfolio/groot');
|
cy.visit('/portfolio/groot');
|
||||||
cy.getByDataCy('project-entry').eq(0).within(() => {
|
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');
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue