From 01152519d6cde79a4077d0cf98cf80e2acf8ebdc Mon Sep 17 00:00:00 2001 From: OPNA2608 Date: Thu, 23 May 2024 20:40:15 +0200 Subject: [PATCH] nixos/tests/lomiri: Fix sound indicator subtest name It's an ayatana one, not a lomiri one. --- nixos/tests/lomiri.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/tests/lomiri.nix b/nixos/tests/lomiri.nix index 6ae1e1c666d9..99f04a303be3 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")