Skip to content

Commit

Permalink
Removing driver setting for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
LittleDecorator committed Mar 13, 2020
1 parent 77264ad commit f4202d2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,3 @@ license {
excludes(["**/*.html", "*.conf", "*.properties"])
strictCheck false
}

test.doFirst {
systemProperty 'webdriver.chrome.driver', "${projectDir}/drivers/chromedriver"
}

0 comments on commit f4202d2

Please sign in to comment.