mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-16 17:14:00 +00:00
nixos/tests/freetube: fix ocr
- change text that is waited for on preferences page, as previous one stopped being recognized by OCR on xorg after freetube update to 0.21.0 - increase timeout from 30 sec to 60 sec as OCR is sometimes slow
This commit is contained in:
parent
a19858044e
commit
adff49b178
@ -35,7 +35,7 @@ let
|
||||
machine.wait_for_text('Your Subscription list is currently empty')
|
||||
machine.screenshot("main.png")
|
||||
machine.send_key("ctrl-comma")
|
||||
machine.wait_for_text('General Settings', timeout=30)
|
||||
machine.wait_for_text('Data Settings', timeout=60)
|
||||
machine.screenshot("preferences.png")
|
||||
'';
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user