~osomon/unity8/remove-dep-qtdeclarative5-ubuntu-web-plugin

« back to all changes in this revision

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

Remove background under header pagination dots, update dots assets, remove dash paper background, update bottom edge asset

Approved by: Albert Astals Cid, Unity8 CI Bot

Show diffs side-by-side

added added

removed removed

Lines of Context:
485
485
                mouseClick(seeAll0);
486
486
                verify(category0.expanded);
487
487
                tryCompare(category0, "height", category0.item.expandedHeight + seeAll0.height);
488
 
                tryCompare(genericScopeView.categoryView, "contentY", units.gu(8));
 
488
                tryCompare(genericScopeView.categoryView, "contentY", units.gu(8.5));
489
489
 
490
490
                scrollToEnd();
491
491