Browse Source

mobile mode: tests - WIP

pull/5114/head
Daniel Spaude 1 year ago
parent
commit
42b92263a5
No known key found for this signature in database
GPG Key ID: 654A3D1FA4F35FFE
  1. 4
      tests/playwright/tests/mobileMode.spec.ts

4
tests/playwright/tests/mobileMode.spec.ts

@ -30,9 +30,9 @@ test.describe.only('Mobile Mode', () => {
// and all toolbar items have icons AND text
await toolbar.verifyFieldsButtonIsVisibleWithTextAndIcon();
await dashboard.rootPage.pause();
// await dashboard.rootPage.pause();
await dashboard.toggleMobileMode();
await dashboard.rootPage.pause();
// await dashboard.rootPage.pause();
// in mobile-mode, some menu items are hidden
await dashboard.verifyTeamAndSettingsLinkIsNotVisible();

Loading…
Cancel
Save