Skip to content

Commit bd0d8db

Browse files
mscnoFalke-Design
andauthored
Update cypress/e2e/toolbar.cy.js
Co-authored-by: Florian Bischof <[email protected]>
1 parent f9bff88 commit bd0d8db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cypress/e2e/toolbar.cy.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,8 +181,8 @@ describe('Testing the Toolbar', () => {
181181

182182
it('Sets 2-letter language code ', () => {
183183
cy.window().then(({ map, L }) => {
184-
map.pm.setLang('de'); // 'fr' translations exist
185-
expect(L.PM.activeLang).to.equal('de'); // Should use 'fr'
184+
map.pm.setLang('de'); // 'de' translations exist
185+
expect(L.PM.activeLang).to.equal('de'); // Should use 'de'
186186
});
187187
});
188188

0 commit comments

Comments
 (0)