Closed eXorus closed 1 month ago
same for executeScript vs executeJS
same for refreshPage vs reloadPage
same for waitForFunction? vs waitForJS
same for waitForVisible vs waitForElementVisible sale for waitForInvisible vs waitForElementNotVisible
seeCurrentUrlMatches doesn't exist.
same for waitForClickable vs waitForElementClickable
and it doesn't exist.
Thanks, adding aliases. Somehow this was not in original test suite
This one should be fixed by last commit in main branch Maybe tests also needed to be added
Fixed and added tests https://github.com/Codeception/module-playwright/actions/runs/10984757588
In WebDriver it's
grabFromCurrentUrl
In this module it'sgrabCurrentUrl
Is it expected ?