Skip to content

Commit 8d42695

Browse files
committed
reload page and try again
1 parent 6565eea commit 8d42695

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/e2e/stepDefinitions/presentationViewerContext.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ Given('user {string} has logged in', async function (user) {
2222
await ocis.login(username, password)
2323
await expect(page.locator(ocis.filesContainerSelector)).toBeVisible()
2424
console.log(await page.locator(ocis.filesContainerSelector).innerHTML())
25+
page.reload()
26+
console.log('================================================================')
27+
console.log(await page.locator(ocis.filesContainerSelector).innerHTML())
2528
})
2629

2730
When(

0 commit comments

Comments
 (0)