Add navi-list to dropdown box, fix display of dropdown-items.
Change-Id: I217c1904ecb85a75dae045dc0994145870622019
diff --git a/t/plugin/auth-oauth.t b/t/plugin/auth-oauth.t
index 9bba5cf..b135f96 100644
--- a/t/plugin/auth-oauth.t
+++ b/t/plugin/auth-oauth.t
@@ -479,8 +479,10 @@
->element_exists_not('aside.off')
->element_exists_not('aside.active')
->element_exists('aside.settings')
+ ->text_is('nav.dropdown a:first-child span','OAuth')
;
+
$t->get_ok('/settings/oauth')
->text_is('form.form-table legend', 'Register new client application')
->attr_is('form.oauth-register','action', '/settings/oauth/register')