Update cypress tests
This commit is contained in:
parent
a61c5a661b
commit
1513a5672c
|
|
@ -135,7 +135,7 @@ describe('Instruments Page', () => {
|
|||
cy.getByDataCy('instrument')
|
||||
.first()
|
||||
.within(() => {
|
||||
cy.getByDataCy('instrument-subheader').should('contain', 'Instrumente - Sprache & Kommunikation');
|
||||
cy.getByDataCy('instrument-subheader').should('contain', 'Instrumente — Sprache & Kommunikation');
|
||||
});
|
||||
});
|
||||
});
|
||||
|
|
|
|||
|
|
@ -68,7 +68,7 @@ describe('Instruments on Module page', () => {
|
|||
cy.getByDataCy('content-block')
|
||||
.first()
|
||||
.within(() => {
|
||||
cy.getByDataCy('instrument-label').should('contain', 'Instrumente - Sprache & Kommunikation');
|
||||
cy.getByDataCy('instrument-label').should('contain', 'Instrumente — Sprache & Kommunikation');
|
||||
});
|
||||
cy.getByDataCy('content-block')
|
||||
.eq(1)
|
||||
|
|
|
|||
Loading…
Reference in New Issue