Skip to content

Commit 9f00857

Browse files
MarcialRosalesdcorbacho
authored andcommitted
Add extra logging
To capture where the flake occurs
1 parent 3310f23 commit 9f00857

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

selenium/test/basic-auth/ac-management.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,11 @@ describe('management user with vhosts permissions', function () {
5050
assert.ok(!await overview.isPopupWarningDisplayed())
5151
})
5252
it('can access limited options in admin tab', async function () {
53+
console.log("before clickOnAdminTab")
5354
await overview.clickOnAdminTab()
55+
console.log("before waitForAdminTab")
5456
await overview.waitForAdminTab()
57+
console.log("after waitForAdminTab")
5558
assert.ok(!await overview.isPopupWarningDisplayed())
5659
})
5760

0 commit comments

Comments
 (0)