We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9bff88 commit bd0d8dbCopy full SHA for bd0d8db
cypress/e2e/toolbar.cy.js
@@ -181,8 +181,8 @@ describe('Testing the Toolbar', () => {
181
182
it('Sets 2-letter language code ', () => {
183
cy.window().then(({ map, L }) => {
184
- map.pm.setLang('de'); // 'fr' translations exist
185
- expect(L.PM.activeLang).to.equal('de'); // Should use 'fr'
+ map.pm.setLang('de'); // 'de' translations exist
+ expect(L.PM.activeLang).to.equal('de'); // Should use 'de'
186
});
187
188
0 commit comments