Added support for OAuth2 client listing
Change-Id: Ie6766c79f33a2403aa116cc6e5f02316401d43be
diff --git a/t/plugin/auth-oauth.t b/t/plugin/auth-oauth.t
index c9c4207..93cd3ca 100644
--- a/t/plugin/auth-oauth.t
+++ b/t/plugin/auth-oauth.t
@@ -407,6 +407,8 @@
$t->get_ok('/settings/oauth')
->text_is('form.form-table legend', 'Register new client application')
->attr_is('form.oauth-register','action', '/settings/oauth/register')
+ ->text_is('ul.client-list > li > span.client-name', 'R statistical computing tool')
+ ->text_is('ul.client-list > li > span.client-desc', 'R is a free software environment for statistical computing and graphics.')
;
$csrf = $t->post_ok('/settings/oauth/register' => form => {