Issue while running multiple tests with Playwright Java and Cucumber
I’m facing with the following issue.
I’m trying to execute multiple tests using Playwright Java and Cucumber, but only one scenario executes successfully, others fails as couldn’t find elements on Page.
Below the code of 2 classes: CucumberHook and LoginPOM. What am I doing wrong?