aboutsummaryrefslogtreecommitdiffstats
path: root/it/it-tests
diff options
context:
space:
mode:
authorJulien Lancelot <julien.lancelot@sonarsource.com>2016-02-03 13:52:05 +0100
committerJulien Lancelot <julien.lancelot@sonarsource.com>2016-02-04 10:10:10 +0100
commitca8c711145a11e61a3c6571cef38cf8d53b5d423 (patch)
treeb79bcf343565600b45a9a00423f8d4df847652f2 /it/it-tests
parentc02954509d87744bb263978040600f34360cfa09 (diff)
downloadsonarqube-ca8c711145a11e61a3c6571cef38cf8d53b5d423.tar.gz
sonarqube-ca8c711145a11e61a3c6571cef38cf8d53b5d423.zip
SONAR-6226 Fix IT5.4-M12
Diffstat (limited to 'it/it-tests')
-rw-r--r--it/it-tests/src/test/resources/authorisation/BaseIdentityProviderTest/authenticate_user.html50
1 files changed, 25 insertions, 25 deletions
diff --git a/it/it-tests/src/test/resources/authorisation/BaseIdentityProviderTest/authenticate_user.html b/it/it-tests/src/test/resources/authorisation/BaseIdentityProviderTest/authenticate_user.html
index 8ea18b77624..dbb9a4f06b0 100644
--- a/it/it-tests/src/test/resources/authorisation/BaseIdentityProviderTest/authenticate_user.html
+++ b/it/it-tests/src/test/resources/authorisation/BaseIdentityProviderTest/authenticate_user.html
@@ -9,31 +9,31 @@
<table cellpadding="1" cellspacing="1" border="1">
<thead>
<tr>
- <td>open</td>
- <td>sessions/new</td>
- <td></td>
- </tr>
- <tr>
- <td>assertAttribute</td>
- <td>css=a.oauth-link@href</td>
- <td>/sessions/init/fake-base-id-provider</td>
- </tr>
- <tr>
- <td>open</td>
- <td>/sessions/init/fake-base-id-provider</td>
- <td></td>
- </tr>
- <tr>
- <td>waitForVisible</td>
- <td>dashboard</td>
- <td></td>
- </tr>
- <tr>
- <td>waitForText</td>
- <td>id=global-navigation</td>
- <td>*John*</td>
- </tr>
- </tbody>
+ <td>open</td>
+ <td>sessions/new</td>
+ <td></td>
+</tr>
+<tr>
+ <td>assertText</td>
+ <td>content</td>
+ <td>*Log in with Fake base identity provider*</td>
+</tr>
+<tr>
+ <td>click</td>
+ <td>css=.oauth-providers a</td>
+ <td></td>
+</tr>
+<tr>
+ <td>waitForVisible</td>
+ <td>dashboard</td>
+ <td></td>
+</tr>
+<tr>
+ <td>waitForText</td>
+ <td>id=global-navigation</td>
+ <td>*John*</td>
+</tr>
+</tbody>
</table>
</body>
</html>