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.wait_for_text('Your Subscription list is currently empty')
|
||||||
machine.screenshot("main.png")
|
machine.screenshot("main.png")
|
||||||
machine.send_key("ctrl-comma")
|
machine.send_key("ctrl-comma")
|
||||||
machine.wait_for_text('Data Settings', timeout=60)
|
machine.wait_for_text('Data', timeout=60)
|
||||||
machine.screenshot("preferences.png")
|
machine.screenshot("preferences.png")
|
||||||
'';
|
'';
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user