Commit 3b2c6dec authored by Peter Varga's avatar Peter Varga
Browse files

Eliminate some qWait() calls from QWebEnginePage auto tests


The eliminated qWait() calls were used for waiting for a TestPage to
create a new window. To avoid waiting for an arbitrary time these
calls are replaced by waiting for Testpage::windowCreated() signal.

Change-Id: I96a142f9b99c4a36f1bf36ecba06c7ef6be732ba
Reviewed-by: default avatarAllan Sandfeld Jensen <allan.jensen@qt.io>
parent c2e37028
No related merge requests found
Showing with 13 additions and 5 deletions
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