Skip to content

Commit a64a145

Browse files
committed
Merged changes
2 parents b4edd03 + 37dd9d9 commit a64a145

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/test/java/com/serenitydojo/playwright/PlaywrightFormsTest.java

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,15 @@
11
package com.serenitydojo.playwright;
22

3-
import com.microsoft.playwright.*;
3+
import com.microsoft.playwright.Page;
44
import com.microsoft.playwright.junit.UsePlaywright;
55
import com.microsoft.playwright.options.AriaRole;
66
import org.junit.jupiter.api.*;
7-
import org.junit.jupiter.api.parallel.Execution;
8-
import org.junit.jupiter.api.parallel.ExecutionMode;
97
import org.junit.jupiter.params.ParameterizedTest;
108
import org.junit.jupiter.params.provider.ValueSource;
119

1210
import java.net.URISyntaxException;
1311
import java.nio.file.Path;
1412
import java.nio.file.Paths;
15-
import java.util.Arrays;
1613
import java.util.List;
1714

1815
import static com.microsoft.playwright.assertions.PlaywrightAssertions.assertThat;

0 commit comments

Comments
 (0)