Skip to content

Commit 70ce5e4

Browse files
committed
webdriven: Fixing environment preparation for webdriven tests running in dev mode (from IDE)
1 parent c7f34ee commit 70ce5e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

java/client/test/com/thoughtworks/selenium/InternalSelenseTestBase.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,11 +77,11 @@ public static void buildJavascriptLibraries() throws IOException {
7777

7878
try {
7979
new Build().of(
80-
"//java/client/src/org/openqa/selenium/internal/seleniumemulation",
80+
"//java/client/src/com/thoughtworks/selenium/webdriven",
8181
"//third_party/js/sizzle"
8282
).go();
8383

84-
File buildDir = InProject.locate("java/client/build/production/org/openqa/selenium/internal/seleniumemulation");
84+
File buildDir = InProject.locate("java/client/build/production/com/thoughtworks/selenium/webdriven");
8585
buildDir = new File(buildDir, "selenium_atoms");
8686
if (!buildDir.exists()) {
8787
assertTrue(buildDir.mkdir());

0 commit comments

Comments
 (0)