Skip to content

Commit bc56279

Browse files
Delete debug statement
1 parent 082609b commit bc56279

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

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

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

0 commit comments

Comments
 (0)