Remove login in side bar

Change-Id: Id7cd9eec82b0132c02083ed76e222e013e581834
diff --git a/t/plugin/auth-oauth.t b/t/plugin/auth-oauth.t
index b2a527e..1becd11 100644
--- a/t/plugin/auth-oauth.t
+++ b/t/plugin/auth-oauth.t
@@ -110,7 +110,7 @@
   ->content_like(qr/${q}authorized${q}:null/)
   ->element_exists_not('div.button.top a')
   ->element_exists_not('aside.active')
-  ->element_exists_not('aside.off')
+  ->element_exists('aside.off')
   ;
 
 $t->get_ok('/')