tests: Set waited_for for initial about:blank load

Otherwise, subsequent lines where we wait for about:blank will fall back
on the older one and not actually wait.
This commit is contained in:
Florian Bruhin 2016-09-06 15:50:36 +02:00
parent 82180429ed
commit db7de0d619

View File

@ -213,6 +213,7 @@ class QuteProc(testprocess.Process):
elif (log_line.category == 'webview' and
testutils.pattern_match(pattern=start_okay_message_load,
value=log_line.message)):
log_line.waited_for = True
self._is_ready('load')
elif (log_line.category == 'misc' and
testutils.pattern_match(pattern=start_okay_message_focus,