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 #19317 from RudyLu/calendar/Bug1011415
Browse files Browse the repository at this point in the history
Bug 1011415 - Re-enable the disabled marionette tests.
r=evanxd
  • Loading branch information
RudyLu committed May 23, 2014
2 parents 190b3bb + d2f00df commit e83bd91
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion apps/calendar/test/marionette/lib/calendar.js
Expand Up @@ -277,7 +277,10 @@ Calendar.prototype = {
// need to go back to top most frame before being able to switch to
// a different app!!!
client.switchToFrame();
client.apps.switchToApp('app://keyboard.gaiamobile.org');

var keyboardFrame = client.findElement(
'iframe[src*="app://keyboard.gaiamobile.org"]');
client.switchToFrame(keyboardFrame);
client.waitFor(function() {
return client.executeScript(function() {
return document.hidden;
Expand Down

0 comments on commit e83bd91

Please sign in to comment.