nixos/tests/freetube: fix OCR keyword

This commit is contained in:
Ryan Omasta 2024-10-27 12:46:16 -06:00
parent bdc088b6c8
commit cbaccf94d4
No known key found for this signature in database

View File

@ -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")
'';
});