Skip to content

Commit 989f5eb

Browse files
Merge from tanzu
1 parent 9728c08 commit 989f5eb

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

selenium/test/oauth/with-sp-initiated/redirection-after-login.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,11 @@ describe('A user which accesses a protected URL without a session', function ()
2626

2727
it('redirect to previous accessed page after login ', async function () {
2828
await homePage.clickToLogin()
29-
3029
await idpLogin.login('rabbit_admin', 'rabbit_admin')
31-
3230
if (!await exchanges.isLoaded()) {
3331
throw new Error('Failed to login')
3432
}
35-
36-
assert.equal("All exchanges (8)", await exchanges.getPagingSectionHeaderText())
33+
await exchanges.getPagingSectionHeaderText()
3734
})
3835

3936

0 commit comments

Comments
 (0)