Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
Merge pull request #26435 from mikehenrty/bug-1097497-wait-for-utilit…
Browse files Browse the repository at this point in the history
…y-tray-open-again

Merge pull request #26432 from mikehenrty/bug-1097497-wait-for-utility-t...
  • Loading branch information
mikehenrty committed Nov 25, 2014
2 parents 0c75725 + 0af4ec7 commit 20ae636
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/system/test/marionette/utility_tray_gestures_test.js
Expand Up @@ -79,10 +79,10 @@ marionette('Utility Tray - Gestures', function() {
});

test('Swiping up', function() {
var grippy = client.findElement(utilityTray.Selectors.grippy);

utilityTray.open();
utilityTray.waitForOpened();

var grippy = client.findElement(utilityTray.Selectors.grippy);
swipeUp(grippy);
utilityTray.waitForClosed();
});
Expand Down

0 comments on commit 20ae636

Please sign in to comment.