Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8d6ee63

Browse files
committed
tweak web sample
1 parent a8acd4b commit 8d6ee63

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/test/java/macaca/client/H5SampleTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,14 @@ public class H5SampleTest {
3131

3232
System.out.println("------------#1 h5 web test-------------------");
3333

34+
/*
3435
driver.get("http://www.baidu.com");
3536
driver.elementById("index-kw").sendKeys("macaca");
3637
driver.elementById("index-bn").click();
3738
driver.sleep(5000);
3839
String source = driver.source();
3940
Assert.assertThat(source, containsString("macaca"));
41+
*/
4042
}
4143

4244
@After public void tearDown() throws Exception {

0 commit comments

Comments
 (0)