nixos/tests/freetube: fix ocr (#342383)

This commit is contained in:
kirillrdy 2024-09-17 17:36:55 +10:00 committed by GitHub
commit 14392643b6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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('General Settings', timeout=30)
machine.wait_for_text('Data Settings', timeout=60)
machine.screenshot("preferences.png")
'';
});