Skip to content

Commit b5a7cf5

Browse files
author
Maja Grubic
committed
Undoing my thing to the functional test
1 parent 74b5ebd commit b5a7cf5

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

test/functional/apps/dashboard/full_screen_mode.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,6 @@ export default function ({ getService, getPageObjects }) {
7575
});
7676

7777
it('exits when the text button is clicked on', async () => {
78-
await PageObjects.dashboard.clickFullScreenMode();
79-
await PageObjects.dashboard.waitForRenderComplete();
8078
const logoButton = await PageObjects.dashboard.getExitFullScreenLogoButton();
8179
await logoButton.moveMouseTo();
8280
await PageObjects.dashboard.clickExitFullScreenTextButton();

0 commit comments

Comments
 (0)