Skip to content

Commit

Permalink
Updated test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
wakaleo committed Dec 29, 2020
1 parent cc07534 commit e79bf2d
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
import io.github.bonigarcia.wdm.WebDriverManager;
import net.thucydides.core.util.EnvironmentVariables;
import net.thucydides.core.util.MockEnvironmentVariables;
import org.apache.groovy.json.internal.Chr;
import org.junit.Assert;
import org.junit.Before;
import org.junit.Test;
Expand Down Expand Up @@ -61,7 +62,7 @@ public void the_web_driver_facade_should_expose_the_proxied_driver_class_for_an_
@Test
public void the_web_driver_facade_should_expose_the_proxied_driver_class_for_an_instantiated_driver() {
facade.getProxiedDriver();
Assert.assertEquals(facade.getDriverClass(), HtmlUnitDriver.class);
Assert.assertEquals(facade.getDriverClass(), ChromeDriver.class);
}

}

0 comments on commit e79bf2d

Please sign in to comment.