diff options
| author | OPNA2608 <opna2608@protonmail.com> | 2024-07-24 18:55:30 +0200 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2024-07-31 11:59:36 +0000 |
| commit | 058334e3eef727355982730fbf5482b85e828bfa (patch) | |
| tree | 7539c10994096d011779feaed055761e0f5152bc | |
| parent | nixos/lomiri: Add camera app (diff) | |
| download | nixpkgs-origin/backport-325639-to-release-24.05.tar.gz | |
tests/lomiri: Drop OCR for starter contentorigin/backport-325639-to-release-24.05
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.
(cherry picked from commit 6e42f74cf95e19fc8426b8b95e42653265f036e3)
| -rw-r--r-- | nixos/tests/lomiri.nix | 3 |
1 files changed, 0 insertions, 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") |
