Mark another window.open test as flaky

See https://travis-ci.org/qutebrowser/qutebrowser/jobs/277846887
This commit is contained in:
Florian Bruhin 2017-09-21 08:58:56 +02:00
parent 106edc953a
commit 192c063743

View File

@ -61,6 +61,7 @@ Feature: Javascript stuff
And I run :jseval if (window.open('about:blank')) { console.log('window opened'); } else { console.log('error while opening window'); }
Then the javascript message "window opened" should be logged
@flaky
Scenario: Opening window without user interaction with javascript.can_open_tabs_automatically set to false
When I open data/hello.txt
And I set content.javascript.can_open_tabs_automatically to false