Skip to content

Commit 7902bb1

Browse files
committed
Enable should be authenticated
1 parent 62d705e commit 7902bb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/helper/WebDriver_test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1298,7 +1298,7 @@ describe('WebDriver - Basic Authentication', () => {
12981298

12991299
// local run passed ✔ should be authenticated (443ms)
13001300
describe('open page : #amOnPage', () => {
1301-
it.skip('should be authenticated', async () => {
1301+
it('should be authenticated', async () => {
13021302
await wd.amOnPage('/basic_auth')
13031303
await wd.see('You entered admin as your password.')
13041304
})

0 commit comments

Comments
 (0)