Skip to content

Commit 627f664

Browse files
author
Denys Zaiats
committed
Merge remote-tracking branch 'origin/master'
2 parents 7b6fb6d + 1a82dac commit 627f664

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/util/driver/WebDriverFactory.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,8 @@ private AppiumDriver getMobileDriver() {
8888

8989
private WebDriver getLocalWebDriver() {
9090
if (isFirefox()) {
91-
webDriver = new FirefoxDriver();
9291
setGeckoDriver();
92+
webDriver = new FirefoxDriver();
9393
} else if (isChrome()) {
9494
setChromeDriver();
9595
ChromeOptions options = new ChromeOptions();

0 commit comments

Comments
 (0)