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:
Florian Bruhin 2025-09-24 07:59:21 +02:00
parent a8f9fc1396
commit 92f3633662
1 changed files with 1 additions and 0 deletions

View File

@ -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