Add settings menu by default

Change-Id: Iaa9ae78a425ae716a942356cdc57ec9d5eb1cfdf
diff --git a/t/plugin/auth-oauth.t b/t/plugin/auth-oauth.t
index 653ea5c..20c9b64 100644
--- a/t/plugin/auth-oauth.t
+++ b/t/plugin/auth-oauth.t
@@ -202,8 +202,9 @@
   ->element_exists_not('div.notify-error')
   ->element_exists('div.notify-success')
   ->text_is('div.notify-success', 'Login successful')
-  ->element_exists('aside.off')
-  ->element_exists_not('aside.active')
+  ->element_exists_not('aside.off')
+  ->element_exists('aside.active')
+  ->element_exists('aside.settings')
   ;
 
 # Now the user is logged in and should be able to
@@ -427,8 +428,9 @@
   ->element_exists_not('div.notify-error')
   ->element_exists('div.notify-success')
   ->text_is('div.notify-success', 'Login successful')
-  ->element_exists('aside.off')
-  ->element_exists_not('aside.active')
+  ->element_exists_not('aside.off')
+  ->element_exists('aside.active')
+  ->element_exists('aside.settings')
   ;
 
 $t->get_ok('/settings/oauth')