Added all
This commit is contained in:
13
src/test/java/com/agile611/testng/webdriver/LoginTest.java
Normal file
13
src/test/java/com/agile611/testng/webdriver/LoginTest.java
Normal file
@@ -0,0 +1,13 @@
|
||||
package com.agile611.testng.webdriver;
|
||||
|
||||
import org.testng.annotations.Test;
|
||||
|
||||
public class LoginTest extends BaseRemoteWebDriverTest {
|
||||
|
||||
@Test
|
||||
public void testApp() throws InterruptedException {
|
||||
driver.navigate().to("https://www.duckduckgo.com");
|
||||
Thread.sleep(5000);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user