Skip to content

Commit

Permalink
test:Updated some unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
wakaleo committed Feb 20, 2015
1 parent b55c8cd commit 2d48ba3
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public class CheckingFieldContentWithTheFluentElementAPI extends FluentElementAP
@BeforeClass
public static void openStaticPage() {
localDriver = new WebDriverFacade(HtmlUnitDriver.class, new WebDriverFactory());
page = new StaticSitePage(localDriver, 1);
page = new StaticSitePage(localDriver, 1000);
page.open();
}

Expand Down Expand Up @@ -209,7 +209,6 @@ public void should_wait_for_field_to_be_enabled() throws InterruptedException {
@Test
public void should_wait_for_field_to_appear() {
page.element(page.city).waitUntilVisible();

assertThat(page.element(page.city).isCurrentlyVisible(), is(true));
}

Expand Down

0 comments on commit 2d48ba3

Please sign in to comment.