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:
Florian Bruhin 2025-04-11 17:18:32 +02:00 committed by Chad Kouse
parent f77ace0df5
commit 8669998945
No known key found for this signature in database
GPG Key ID: 2BBC602A2578C7A2
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 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"