diff --git a/src/test/java/SampleTest1.java b/src/test/java/SampleTest1.java index ebb429a..13ead60 100644 --- a/src/test/java/SampleTest1.java +++ b/src/test/java/SampleTest1.java @@ -39,7 +39,7 @@ public void sampleTest1(JsonObject capability) { page.locator("text=Visual comparisons").first().click(); page.locator("text=Fixtures").first().click(); page.locator("text=TypeScript").first().click(); - page.locator("text=Components (experimental)").first().click(); + page.locator("text=Component testing").first().click(); page.locator("text=Library").first().click(); page.locator("text=Auto-waiting").first().click(); page.locator("text=Authentication").first().click(); diff --git a/src/test/java/SampleTest2.java b/src/test/java/SampleTest2.java index 11e67fe..0236c61 100644 --- a/src/test/java/SampleTest2.java +++ b/src/test/java/SampleTest2.java @@ -39,7 +39,7 @@ public void sampleTest1(JsonObject capability) { page.locator("text=Visual comparisons").first().click(); page.locator("text=Fixtures").first().click(); page.locator("text=TypeScript").first().click(); - page.locator("text=Components (experimental)").first().click(); + page.locator("text=Component testing").first().click(); page.locator("text=Library").first().click(); page.locator("text=Auto-waiting").first().click(); page.locator("text=Authentication").first().click(); diff --git a/yaml/win/junit_hyperexecute_matrix_sample.yaml b/yaml/win/junit_hyperexecute_matrix_sample.yaml index d8cfd3d..f98f214 100644 --- a/yaml/win/junit_hyperexecute_matrix_sample.yaml +++ b/yaml/win/junit_hyperexecute_matrix_sample.yaml @@ -30,7 +30,7 @@ matrix: pre: # install playwright version to be used. - - npm install playwright@1.23.0 --save-exact + - npm install playwright@1.57.0 --save-exact # Download and install packages in the .m2 folder. # Skip execution of the tests in the pre step - mvn -Dmaven.repo.local=./.m2 -Dmaven.test.skip=true clean install