Skip to content

Commit ded60c6

Browse files
committed
fix console.warn
1 parent 2a9ca44 commit ded60c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test-automation/globalSetup.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ async function performLoginAndSaveSession(page, context, baseURL, loginType, use
111111
try {
112112
await page.waitForURL('**/unauthorized', { timeout: 5000 })
113113
} catch (e) {
114-
console.warning('waiting for unauthorized page failed - not all auth flows land on /unauthorized', e)
114+
console.warn('waiting for unauthorized page failed - not all auth flows land on /unauthorized', e)
115115
}
116116

117117
console.log('Global setup: Login completed, URL:', page.url())

0 commit comments

Comments
 (0)