Commit f3fe6cbf authored by Michal Klocek's avatar Michal Klocek
Browse files

Make tst_dialogs less flaky


Wait to finish javascript execution before opening
next dialog.

Task-number: QTBUG-72113
Change-Id: I383e3fc3c405a94ddcbd74fe1cc7ab0d81c4e315
Reviewed-by: default avatarAllan Sandfeld Jensen <allan.jensen@qt.io>
Showing with 1 addition and 0 deletions
...@@ -218,6 +218,7 @@ void tst_Dialogs::javaScriptDialogRequested() ...@@ -218,6 +218,7 @@ void tst_Dialogs::javaScriptDialogRequested()
QCOMPARE(dialog->type(), type); QCOMPARE(dialog->type(), type);
QCOMPARE(dialog->message(), message); QCOMPARE(dialog->message(), message);
QCOMPARE(dialog->defaultText(), defaultText); QCOMPARE(dialog->defaultText(), defaultText);
QTRY_VERIFY(m_listner->ready()); // make sure javascript executes no longer
} }
#include "tst_dialogs.moc" #include "tst_dialogs.moc"
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment