Stabilize :tab-detach test in invoke.feature
When we detach a tab, we need to wait until the page is actually loaded in the newly detached tab before saving the session.
This commit is contained in:
parent
c59a1535c5
commit
010a52efb8
@ -78,6 +78,7 @@ Feature: Invoking a new process
|
|||||||
And I open data/title.html
|
And I open data/title.html
|
||||||
And I open data/search.html in a new tab
|
And I open data/search.html in a new tab
|
||||||
And I run :tab-detach
|
And I run :tab-detach
|
||||||
|
And I wait until data/search.html is loaded
|
||||||
And I open data/hello.txt as a URL
|
And I open data/hello.txt as a URL
|
||||||
Then the session should look like:
|
Then the session should look like:
|
||||||
windows:
|
windows:
|
||||||
|
Loading…
Reference in New Issue
Block a user