From fa708f6e29481b85d728911645976b56533059dd Mon Sep 17 00:00:00 2001 From: Francisco Jordano Date: Tue, 28 Oct 2014 19:08:43 +0000 Subject: [PATCH] Bug 1090408 - apps/communications/contacts/test/marionette/contacts_shortcuts_test.js permared on v2.0 r=jmcf --- .../contacts/test/marionette/contacts_shortcuts_test.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/communications/contacts/test/marionette/contacts_shortcuts_test.js b/apps/communications/contacts/test/marionette/contacts_shortcuts_test.js index 437e829332ad..764c76fa2d21 100644 --- a/apps/communications/contacts/test/marionette/contacts_shortcuts_test.js +++ b/apps/communications/contacts/test/marionette/contacts_shortcuts_test.js @@ -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