tests: Try to combat Qt 6.9 flakiness more

See #8536
This commit is contained in:
Florian Bruhin 2025-04-11 16:00:45 +02:00
parent 3dc212a815
commit 7204168684
1 changed files with 4 additions and 4 deletions

View File

@ -305,23 +305,23 @@ Feature: Special qute:// pages
@qt69_ci_flaky
Scenario: Open qute://version
When I open qute://version
When I open qute://version in a new tab
Then the page should contain the plaintext "Version info"
# qute://gpl
@qt69_ci_flaky
Scenario: Open qute://gpl
When I open qute://gpl
When I open qute://gpl in a new tab
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_skip
@qtwebkit_skip @qt69_ci_flaky
Scenario: Searching on qute://start
When I set url.searchengines to {"DEFAULT": "http://localhost:(port)/data/title.html?q={}"}
And I open qute://start
And I open qute://start in a new tab
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"