~osomon/oxide/ensure-files-exist

« back to all changes in this revision

Viewing changes to qt/tests/qmltests/api/tst_WebView_popupMenu_single.qml

  • Committer: Olivier Tilloy
  • Date: 2014-09-25 16:27:09 UTC
  • mfrom: (677.1.95 oxide)
  • Revision ID: olivier.tilloy@canonical.com-20140925162709-h8bai0f1nfaf7cfy
Merge the latest changes from trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
60
60
    function init() {
61
61
      webView.currentPopupMenu = null;
62
62
 
63
 
      webView.url = "http://localhost:8080/tst_WebView_popupMenu_single.html";
 
63
      webView.url = "http://testsuite/tst_WebView_popupMenu_single.html";
64
64
      verify(webView.waitForLoadSucceeded(),
65
65
             "Timed out waiting for successful load");
66
66