Skip to content

Commit

Permalink
fix failing e2e (superdesk#1853)
Browse files Browse the repository at this point in the history
  • Loading branch information
petrjasek authored Sep 26, 2023
1 parent 1405775 commit 00c6c0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/cypress/e2e/events/multilingual_events.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ describe('Planning.Events: multilingual functionality', () => {

editor = new EventEditor(['en', 'de'], ['slugline', 'name', 'definition_short']);
editor.type({
language: ['English'],
language: ['English', 'German'],
'slugline.de': 'slug-de',
'slugline.en': 'slug-en',
'name.de': 'name-de',
Expand Down

0 comments on commit 00c6c0b

Please sign in to comment.