nixos/tests/lomiri: Fix sound indicator subtest name

It's an ayatana one, not a lomiri one.
This commit is contained in:
OPNA2608 2024-05-23 20:40:15 +02:00
parent d29e469f2a
commit 01152519d6

View file

@ -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")