parent
3dc212a815
commit
7204168684
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue