~saviq/unity8/build-arm64

« back to all changes in this revision

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

  • Committer: Michał Sawicz
  • Date: 2016-07-15 09:51:02 UTC
  • mfrom: (2400.1.142 unity8)
  • Revision ID: michal.sawicz@canonical.com-20160715095102-hf5ac4iqnfn1itpw
Merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
240
240
        id: testCase
241
241
        name: "CardTool"
242
242
 
243
 
        property var internalCard: findChild(cardTool, "cardToolCard")
 
243
        property var internalCard: findChild(cardTool, "cardToolCard", 0 /*timeout*/)
244
244
 
245
245
        when: windowShown
246
246