Browse Source

fix playwright test (geo data)

pull/5114/head
Daniel Spaude 2 years ago
parent
commit
253318722f
No known key found for this signature in database
GPG Key ID: 654A3D1FA4F35FFE
  1. 2
      tests/playwright/pages/Dashboard/ViewSidebar/index.ts

2
tests/playwright/pages/Dashboard/ViewSidebar/index.ts

@ -39,7 +39,7 @@ export class ViewSidebarPage extends BasePage {
async activateGeoDataEasterEgg() {
await this.dashboard.rootPage.evaluate(_ => {
window.localStorage.setItem('geodataToggleState', 'true');
window.localStorage.setItem('betaFeatureToggleState', 'true');
});
await this.rootPage.goto(this.rootPage.url());
}

Loading…
Cancel
Save