Show settings only on demand
Change-Id: Ib9f639613bbffdfa987f7e6b60c556fe3f3deeb4
diff --git a/t/plugin/auth-oauth.t b/t/plugin/auth-oauth.t
index b63c668..7db935f 100644
--- a/t/plugin/auth-oauth.t
+++ b/t/plugin/auth-oauth.t
@@ -208,7 +208,7 @@
->element_exists('div.notify-success')
->text_is('div.notify-success', 'Login successful')
->element_exists_not('aside.off')
- ->element_exists('aside.active')
+ ->element_exists_not('aside.active')
->element_exists('aside.settings')
;
@@ -434,7 +434,7 @@
->element_exists('div.notify-success')
->text_is('div.notify-success', 'Login successful')
->element_exists_not('aside.off')
- ->element_exists('aside.active')
+ ->element_exists_not('aside.active')
->element_exists('aside.settings')
;