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:
parent
82180429ed
commit
db7de0d619
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user