Skip to content

Commit

Permalink
'Fix' test_contextMenu.js (todo get rid of sleep)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahal-test committed Nov 28, 2011
1 parent ad2de9a commit b1f9463
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion peptest/runpeptests.py
Expand Up @@ -47,7 +47,6 @@
import mozlog
import glob
import shutil
import signal
import os
import sys

Expand Down
2 changes: 1 addition & 1 deletion tests/firefox/examples/test_contextMenu.js
Expand Up @@ -70,7 +70,7 @@ pep.performAction('content_back', function() {
page.keypress('b');
});
// Bug 699400 - waitForPageLoad times out when pressing back button
c.sleep(10);
c.sleep(100);

page = findElement.ID(c.tabs.activeTab, 'home');
// Perform our third action, scroll through context menu
Expand Down

0 comments on commit b1f9463

Please sign in to comment.