Skip to content

Commit 85b9e51

Browse files
Choose better test case name
1 parent 38b9999 commit 85b9e51

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

selenium/test/basic-auth/session-expired-with-no-refresh.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const { buildDriver, goToHome, captureScreensFor, teardown, delay } = require('.
66
const LoginPage = require('../pageobjects/LoginPage')
77
const OverviewPage = require('../pageobjects/OverviewPage')
88

9-
describe('Once user is logged in', function () {
9+
describe('Once user is logged in and not refresh is configured', function () {
1010
let driver
1111
let overview
1212
let captureScreen
@@ -25,7 +25,7 @@ describe('Once user is logged in', function () {
2525
// which should honor login timeout
2626
})
2727

28-
it('it has to login after the session expires', async function () {
28+
it('any authorized request after the session has expired should log the user out', async function () {
2929

3030
await delay(60000)
3131
await overview.clickOnConnectionsTab()

0 commit comments

Comments
 (0)