mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 04:35:41 +03:00
nixos/tests/lomiri: Fix sound indicator subtest name
It's an ayatana one, not a lomiri one.
This commit is contained in:
parent
d29e469f2a
commit
01152519d6
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue