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 cc31deb commit 3719713
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions apps/datahub-e2e/src/support/e2e.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,8 @@

// Import commands.js using ES2015 syntax:
import './commands'

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

0 comments on commit 3719713

Please sign in to comment.