From 6e42f74cf95e19fc8426b8b95e42653265f036e3 Mon Sep 17 00:00:00 2001 From: OPNA2608 Date: Wed, 24 Jul 2024 18:55:30 +0200 Subject: [PATCH] tests/lomiri: Drop OCR for starter content It has started to take 10 minutes to get a match, and we open the starter more than once. Let's just drop this check, ydotool helps alot with getting it open more reliably. --- nixos/tests/lomiri.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/nixos/tests/lomiri.nix b/nixos/tests/lomiri.nix index 912f4564ef7b..5236a5dafbe5 100644 --- a/nixos/tests/lomiri.nix +++ b/nixos/tests/lomiri.nix @@ -174,9 +174,6 @@ in { # Using the keybind has a chance of instantly closing the menu again? Just click the button mouse_click(20, 30) - # Look for Search box & GUI-less content-hub examples, highest chances of avoiding false positives - machine.wait_for_text(r"(Search|Export|Import|Share)") - start_all() machine.wait_for_unit("multi-user.target")