tests: Skip nested prompts test on unaffected Qt versions
Qt < 6.9 doesn't crash in this situation, and seems to handle nested prompts
differently, causing the test to still wait for a prompt answer.
Follow-up to a13306a79f
This commit is contained in:
parent
a8f9fc1396
commit
92f3633662
|
|
@ -677,6 +677,7 @@ Feature: Downloading things from a website.
|
|||
Then the downloaded file download.bin should exist
|
||||
And the downloaded file download2.bin should not exist
|
||||
|
||||
@qt>=6.9
|
||||
Scenario: Nested download prompts (#8674)
|
||||
When I set downloads.location.prompt to true
|
||||
And I open data/downloads/download.bin without waiting
|
||||
|
|
|
|||
Loading…
Reference in New Issue