Leave qute://settings after tests are done
Let's see whether this helps with the flakyness where the next test (for pyeval) tries to set frame_flattening...
This commit is contained in:
parent
0afbcc0faa
commit
211de6d664
@ -86,6 +86,7 @@ Feature: Special qute:// pages
|
||||
# an explicit Tab to unfocus the input field seems to stabilize the tests
|
||||
And I press the key "<Tab>"
|
||||
And I wait for "Config option changed: ignore_case *" in the log
|
||||
And I open about:blank
|
||||
Then the option ignore_case should be set to always
|
||||
|
||||
Scenario: Focusing input fields in qute://settings and entering invalid value
|
||||
@ -99,6 +100,7 @@ Feature: Special qute:// pages
|
||||
And I press the key "<Escape>"
|
||||
# an explicit Tab to unfocus the input field seems to stabilize the tests
|
||||
And I press the key "<Tab>"
|
||||
And I open about:blank
|
||||
Then "Invalid value 'foo' *" should be logged
|
||||
|
||||
# pdfjs support
|
||||
|
Loading…
Reference in New Issue
Block a user