Skip to content

Commit

Permalink
Undoing my thing to the functional test
Browse files Browse the repository at this point in the history
  • Loading branch information
Maja Grubic committed Dec 6, 2019
1 parent 74b5ebd commit b5a7cf5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/functional/apps/dashboard/full_screen_mode.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,6 @@ export default function ({ getService, getPageObjects }) {
});

it('exits when the text button is clicked on', async () => {
await PageObjects.dashboard.clickFullScreenMode();
await PageObjects.dashboard.waitForRenderComplete();
const logoButton = await PageObjects.dashboard.getExitFullScreenLogoButton();
await logoButton.moveMouseTo();
await PageObjects.dashboard.clickExitFullScreenTextButton();
Expand Down

0 comments on commit b5a7cf5

Please sign in to comment.