Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/test/java/SampleTest1.java
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down
2 changes: 1 addition & 1 deletion src/test/java/SampleTest2.java
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down
2 changes: 1 addition & 1 deletion yaml/win/junit_hyperexecute_matrix_sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down