File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed
src/test/java/com/serenitydojo/playwright Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change 11package com .serenitydojo .playwright ;
22
3- import com .microsoft .playwright .* ;
3+ import com .microsoft .playwright .Page ;
44import com .microsoft .playwright .junit .UsePlaywright ;
55import com .microsoft .playwright .options .AriaRole ;
66import org .junit .jupiter .api .*;
7- import org .junit .jupiter .api .parallel .Execution ;
8- import org .junit .jupiter .api .parallel .ExecutionMode ;
97import org .junit .jupiter .params .ParameterizedTest ;
108import org .junit .jupiter .params .provider .ValueSource ;
119
1210import java .net .URISyntaxException ;
1311import java .nio .file .Path ;
1412import java .nio .file .Paths ;
15- import java .util .Arrays ;
1613import java .util .List ;
1714
1815import static com .microsoft .playwright .assertions .PlaywrightAssertions .assertThat ;
You can’t perform that action at this time.
0 commit comments