Skip to content

Commit 66ad50a

Browse files
Only check that the label exists
1 parent 9f20db8 commit 66ad50a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ describe('A user which accesses a protected URL without a session', function ()
3030
if (!await exchanges.isLoaded()) {
3131
throw new Error('Failed to login')
3232
}
33-
assert.equal("All exchanges (15)", await exchanges.getPagingSectionHeaderText())
33+
await exchanges.getPagingSectionHeaderText()
3434
})
3535

3636

0 commit comments

Comments
 (0)