We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f03a056 commit c391e7eCopy full SHA for c391e7e
src/test/java/tests/SingleTest.java renamed to src/test/java/tests/SampleTest.java
@@ -2,18 +2,9 @@
2
3
import com.microsoft.playwright.Browser;
4
import com.microsoft.playwright.Page;
5
-import org.openqa.selenium.By;
6
-import org.openqa.selenium.WebDriver;
7
-import org.openqa.selenium.WebElement;
8
-import org.openqa.selenium.remote.RemoteWebDriver;
9
-import org.openqa.selenium.remote.SessionId;
10
-import org.openqa.selenium.support.ui.ExpectedConditions;
11
-import org.openqa.selenium.support.ui.WebDriverWait;
12
import runners.PlaywrightTest;
13
14
-import java.time.Duration;
15
-
16
-public class SingleTest {
+public class SampleTest {
17
18
@PlaywrightTest
19
void singleTest(Browser browser) {
src/test/resources/conf/parallel.conf.json renamed to src/test/resources/conf/browserstack.conf.json
0 commit comments