Fix test 🙄
This commit is contained in:
parent
0bec076378
commit
81e65cbbda
|
|
@ -12,6 +12,6 @@ describe("MediaLibrary", () => {
|
|||
cy.get('[data-cy="medialibrary-link"]').click();
|
||||
cy.get('[data-cy="Handlungsfelder-link"]').click();
|
||||
cy.get('[data-cy="Fahrzeug-link"]').click();
|
||||
cy.get('[data-cy="hf-title]').should('contain', 'Fahrzeug')
|
||||
cy.get('[data-cy="hf-title"]').should('contain', 'Fahrzeug')
|
||||
});
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in New Issue