You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, we are blocked from upgrading from 3.5.3 to a newer version. The initial issue was reported here: #3892
We just try to upgrade to the current version to stay up to date.
What do you get instead?
After 3.5.7 and also with 3.5.8 we now get the following error:
locator.isHidden: Error: Selector "[prefix="/inventory"]" resolved to <app-gap features="{}" id="inventory" fragments="[]" lang…></app-gap>, <iframe> was expected
Call log:
- checking visibility of frameLocator('[prefix="/inventory"]').frameLocator('iframe').locator('//chameleon-skeleton[@variant="square"]').first()
in the dom the <iframe> is actually inside a shadow dom of a <app-gap ...> tag. this is something we can't control, because we are a module. but technically it is an iframe.
downgrading to 3.5.3 again, results in tests to pass successfully.
waitForMainPageToBeVisible(){// wait or loading animation to disappearI().wait(3)I().waitForInvisible('//chameleon-skeleton[@variant="square"]',60)I().wait(2)},
Details
CodeceptJS version: 3.5.8
NodeJS Version: 20.9.0
Operating System: linux, mac os
puppeteer || webdriverio || testcafe version (if related)
What are you trying to achieve?
Hi, we are blocked from upgrading from 3.5.3 to a newer version. The initial issue was reported here: #3892
We just try to upgrade to the current version to stay up to date.
What do you get instead?
After 3.5.7 and also with 3.5.8 we now get the following error:
in the dom the <iframe> is actually inside a shadow dom of a <app-gap ...> tag. this is something we can't control, because we are a module. but technically it is an iframe.
downgrading to 3.5.3 again, results in tests to pass successfully.
we use this in a before each hook:
after setting the iframe we call this:
Details
The text was updated successfully, but these errors were encountered: