aboutsummaryrefslogtreecommitdiff
path: root/tests/indicator-test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'tests/indicator-test.cc')
-rw-r--r--tests/indicator-test.cc8
1 files changed, 7 insertions, 1 deletions
diff --git a/tests/indicator-test.cc b/tests/indicator-test.cc
index 7d122ee..47a95f3 100644
--- a/tests/indicator-test.cc
+++ b/tests/indicator-test.cc
@@ -51,5 +51,11 @@ TEST_F(IndicatorTest, DesktopMenu) {
TEST_F(IndicatorTest, SilentActions) {
setActions("/com/canonical/indicator/sound");
- expectActionExists("root");
+ expectActionExists("scroll");
+
+ expectActionExists("silent-mode");
+ expectActionStateIs("silent-mode", false);
+
+ expectActionExists("mute");
+ expectActionStateIs("mute", false);
}