~macslow/+junk/unity-phablet-notification-renderer-debug-buttons

« back to all changes in this revision

Viewing changes to tests/qmltests/Notifications/tst_Notifications.qml

  • Committer: Mirco Müller
  • Date: 2013-05-14 12:34:02 UTC
  • Revision ID: mirco.mueller@ubuntu.com-20130514123402-p0r90yqykuikjx3o
foo

Show diffs side-by-side

added added

removed removed

Lines of Context:
304
304
            tryCompare(notifications, "count", mockModel.count)
305
305
 
306
306
            // spin the event-loop so the tests don't fail
307
 
            wait(3000)
 
307
            wait(0)
308
308
 
309
309
            var notification = findChild(notifications, "notification" + (mockModel.count - 1))
310
310
            var notification2 = findChild(notifications, "notification" + (mockModel.count - 1))