~mzanetti/unity8/fix-left-edge-on-spread

« back to all changes in this revision

Viewing changes to tests/qmltests/Dash/tst_PageHeader.qml

  • Committer: Michael Zanetti
  • Date: 2015-01-12 11:21:17 UTC
  • mfrom: (1459.1.85 unity8)
  • Revision ID: michael.zanetti@canonical.com-20150112112117-0x9srs9dx0ndp60g
merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
157
157
            var recentSearches = findChild(headerContainer.popover, "recentSearches");
158
158
            verify(recentSearches, "Could not find recent searches in the popover");
159
159
            waitForRendering(recentSearches);
160
 
            mouseClick(recentSearches.itemAt(0), 0, 0);
 
160
            mouseClick(recentSearches.itemAt(0));
161
161
 
162
162
            compare(pageHeader.searchQuery, "Search2");
163
163
            tryCompareFunction(function() { return headerContainer.popover === null; }, true);