Stabilize some tests with Qt 5.9 QtWebEngine
This commit is contained in:
parent
232f091bfe
commit
28e6158a04
@ -513,11 +513,15 @@ Feature: Various utility commands.
|
|||||||
Then the error "Invalid log level cataclysmic!" should be shown
|
Then the error "Invalid log level cataclysmic!" should be shown
|
||||||
|
|
||||||
Scenario: Using qute://log directly
|
Scenario: Using qute://log directly
|
||||||
When I open qute://log
|
When I open qute://log without waiting
|
||||||
|
# With Qt 5.9, we don't get a loaded message?
|
||||||
|
And I wait for "Changing title for idx * to 'log'" in the log
|
||||||
Then no crash should happen
|
Then no crash should happen
|
||||||
|
|
||||||
Scenario: Using qute://plainlog directly
|
Scenario: Using qute://plainlog directly
|
||||||
When I open qute://plainlog
|
When I open qute://plainlog without waiting
|
||||||
|
# With Qt 5.9, we don't get a loaded message?
|
||||||
|
And I wait for "Changing title for idx * to 'log'" in the log
|
||||||
Then no crash should happen
|
Then no crash should happen
|
||||||
|
|
||||||
Scenario: Using :messages without messages
|
Scenario: Using :messages without messages
|
||||||
|
@ -39,6 +39,7 @@ Feature: Scrolling
|
|||||||
And I wait until the scroll position changed to 0/0
|
And I wait until the scroll position changed to 0/0
|
||||||
Then the page should not be scrolled
|
Then the page should not be scrolled
|
||||||
|
|
||||||
|
@qtwebengine_flaky
|
||||||
Scenario: Scrolling left and right with count
|
Scenario: Scrolling left and right with count
|
||||||
When I run :scroll-px 10 0 with count 2
|
When I run :scroll-px 10 0 with count 2
|
||||||
And I wait until the scroll position changed to 20/0
|
And I wait until the scroll position changed to 20/0
|
||||||
@ -146,7 +147,6 @@ Feature: Scrolling
|
|||||||
|
|
||||||
Scenario: Scrolling down with a very big count
|
Scenario: Scrolling down with a very big count
|
||||||
When I run :scroll down with count 99999999999
|
When I run :scroll down with count 99999999999
|
||||||
And I wait until the scroll position changed
|
|
||||||
# Make sure it doesn't hang
|
# Make sure it doesn't hang
|
||||||
And I run :message-info "Still alive!"
|
And I run :message-info "Still alive!"
|
||||||
Then the message "Still alive!" should be shown
|
Then the message "Still alive!" should be shown
|
||||||
|
Loading…
Reference in New Issue
Block a user