about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorOPNA2608 <opna2608@protonmail.com>2024-05-23 20:40:15 +0200
committerOPNA2608 <opna2608@protonmail.com>2024-05-23 20:40:15 +0200
commit01152519d6cde79a4077d0cf98cf80e2acf8ebdc (patch)
treeb172286013e7e2e8cd66bc2481bb2427218489c9 /nixos
parentd29e469f2a129a40b232760d0cd282f36a0cdaf9 (diff)
nixos/tests/lomiri: Fix sound indicator subtest name
It's an ayatana one, not a lomiri one.
Diffstat (limited to 'nixos')
-rw-r--r--nixos/tests/lomiri.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/lomiri.nix b/nixos/tests/lomiri.nix
index 6ae1e1c666d98..99f04a303be31 100644
--- a/nixos/tests/lomiri.nix
+++ b/nixos/tests/lomiri.nix
@@ -312,7 +312,7 @@ in {
             machine.wait_for_text(r"(Flight|Wi-Fi)")
             machine.screenshot("indicators_network")
 
-        with subtest("lomiri indicator sound works"):
+        with subtest("ayatana indicator sound works"):
             machine.send_key("right")
             machine.wait_for_text(r"(Silent|Volume)")
             machine.screenshot("indicators_sound")