mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 06:53:01 +00:00
nixos/tests/freetube: fix OCR keyword
This commit is contained in:
parent
bdc088b6c8
commit
cbaccf94d4
@ -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('Data Settings', timeout=60)
|
||||
machine.wait_for_text('Data', timeout=60)
|
||||
machine.screenshot("preferences.png")
|
||||
'';
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user