I have a test in Playwright 1.35, which passes successfully in local run, however fails to click a button on the Moon Selenoid run.
This is the locator, a button: self.VALIDATE_ID_BUTTON = page.get_by_test_id("general-button-validate") which is tapped in the test using the .tap method: ps_page.VALIDATE_ID_BUTTON.tap()
Tried:
Any idea?
This thread is trying to answer question "Why does a test in Playwright 1.35 fail to click a button on the Moon Selenoid run, and how can this issue be resolved?"
Rayrun is a community for QA engineers. I am constantly looking for new ways to add value to people learning Playwright and other browser automation frameworks. If you have feedback, email [email protected].