Revert "tests: Try to combat Qt 6.9 flakiness more"
This reverts commit 7204168684.
Doesn't actually help on CI...
This commit is contained in:
parent
f77ace0df5
commit
8669998945
|
|
@ -305,23 +305,23 @@ Feature: Special qute:// pages
|
|||
|
||||
@qt69_ci_flaky
|
||||
Scenario: Open qute://version
|
||||
When I open qute://version in a new tab
|
||||
When I open qute://version
|
||||
Then the page should contain the plaintext "Version info"
|
||||
|
||||
# qute://gpl
|
||||
|
||||
@qt69_ci_flaky
|
||||
Scenario: Open qute://gpl
|
||||
When I open qute://gpl in a new tab
|
||||
When I open qute://gpl
|
||||
Then the page should contain the plaintext "GNU GENERAL PUBLIC LICENSE"
|
||||
|
||||
# qute://start
|
||||
|
||||
# QtWebKit doesn't support formaction; unknown Qt 6.9 renderer process crashes
|
||||
@qtwebkit_skip @qt69_ci_flaky
|
||||
@qtwebkit_skip @qt69_ci_skip
|
||||
Scenario: Searching on qute://start
|
||||
When I set url.searchengines to {"DEFAULT": "http://localhost:(port)/data/title.html?q={}"}
|
||||
And I open qute://start in a new tab
|
||||
And I open qute://start
|
||||
And I run :click-element id search-field
|
||||
And I wait for "Entering mode KeyMode.insert *" in the log
|
||||
And I press the keys "test"
|
||||
|
|
|
|||
Loading…
Reference in New Issue