Skip to content

Commit f142fe3

Browse files
committed
show url
1 parent 348d379 commit f142fe3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/e2e/stepDefinitions/presentationViewerContext.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ Given('user {string} has logged in', async function (user) {
2727
await page.waitForTimeout(2000)
2828
await page.reload()
2929
console.log('===============================RELOAD=================================')
30+
console.log(page.url())
31+
console.log('===============================RELOAD=================================')
3032
console.log(await page.locator(ocis.filesContainerSelector).innerHTML())
3133
count++
3234
}

0 commit comments

Comments
 (0)