Skip to content

Commit eebf9ef

Browse files
Fix test case part of the full suite
1 parent 308cf6f commit eebf9ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

selenium/test/oauth/with-basic-auth-idp-down/happy-login.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ describe('When basic authentication is enabled but UAA is down', function () {
2121

2222
it('can log in with Basic Auth', async function () {
2323
await homePage.toggleBasicAuthSection()
24-
assert.ok(await homePage.isLoginButtonVisible())
24+
assert.ok(await homePage.getBasicAuthLoginButton())
2525
await homePage.basicAuthLogin('guest', 'guest')
2626
await overview.isLoaded()
2727
assert.equal(await overview.getUser(), 'User guest')

0 commit comments

Comments
 (0)