Navigation Menu

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 #25586 from arcturus/bug-1090408
Browse files Browse the repository at this point in the history
Bug 1090408 - apps/communications/contacts/test/marionette/contacts_shortcuts_test.js permared on v2.0 r=jmcf
  • Loading branch information
rvandermeulen committed Nov 11, 2014
2 parents d656204 + fa708f6 commit ab83632
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -37,8 +37,9 @@ marionette('Contacts shortcuts > touch', function() {
assert.equal(overlay.text().length, 1);
assert.equal(overlayOpacity(), '1');
action.release().perform();
assert.equal(overlay.text().length, 0);
client.helper.waitForElementToDisappear(overlay);
assert.equal(overlayOpacity(), '0');
assert.equal(overlay.text().length, 0);
});

// Disabled bug 1005708
Expand Down

0 comments on commit ab83632

Please sign in to comment.