mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 04:35:41 +03: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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue