Skip to content

Commit

Permalink
e2e: make sure all translations are in english
Browse files Browse the repository at this point in the history
  • Loading branch information
jahow committed Oct 6, 2023
1 parent 343d5f5 commit 81356bf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions apps/datahub-e2e/src/support/e2e.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,7 @@ import './commands'

beforeEach(() => {
cy.viewport(1900, 1400)

// all tests should show english translations
window.localStorage.setItem('geonetwork-ui-language', 'en')
})

0 comments on commit 81356bf

Please sign in to comment.