We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 348d379 commit f142fe3Copy full SHA for f142fe3
tests/e2e/stepDefinitions/presentationViewerContext.js
@@ -27,6 +27,8 @@ Given('user {string} has logged in', async function (user) {
27
await page.waitForTimeout(2000)
28
await page.reload()
29
console.log('===============================RELOAD=================================')
30
+ console.log(page.url())
31
+ console.log('===============================RELOAD=================================')
32
console.log(await page.locator(ocis.filesContainerSelector).innerHTML())
33
count++
34
}
0 commit comments