~dandrader/unity8/initialSurfaceGeom

« back to all changes in this revision

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

  • Committer: CI Train Bot
  • Author(s): Albert Astals Cid
  • Date: 2016-01-11 17:37:09 UTC
  • mfrom: (2079.1.4 fixQmlTestsNewSDK)
  • Revision ID: ci-train-bot@canonical.com-20160111173709-dmoz7l0dvs1gnkpz
SDK changed the name they give to the buttons, follow

Approved by: Lukáš Tinkl

Show diffs side-by-side

added added

removed removed

Lines of Context:
604
604
        {
605
605
            var dashContentList = findChild(dashContent, "dashContentList");
606
606
            var header = findChild(dashContentList.currentItem, "scopePageHeader")
607
 
            var favoriteAction = findChild(header, "favorite_action_button");
 
607
            var favoriteAction = findChild(header, "favorite_button");
608
608
            compare(dashContentList.currentIndex, 0);
609
609
            compare(dashContentList.indexAt(dashContentList.width * 1.5, 0), 1);
610
610
            var nextScopeId = dashContentList.itemAt(dashContentList.width * 1.5, 0).item.scope.id;