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

Commit

Permalink
Bug 1108578 - Try waiting for sendKeyButton to be displayed r=rudyl
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinGrandon committed Dec 9, 2014
1 parent fbf3daa commit 6956e00
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion apps/keyboard/test/marionette/uninstallation_test.js
Expand Up @@ -64,7 +64,9 @@ marionette('Show Keyboard App after uninstallation', function() {
// switch back to system
client.switchToFrame();
system.switchToActiveKeyboardFrame();
assert.ok(imeTestApp.sendKeyButton.displayed());
client.waitFor(function() {
return imeTestApp.sendKeyButton.displayed();
});
}

setup(function() {
Expand Down

0 comments on commit 6956e00

Please sign in to comment.