Skip to content

Commit af03db0

Browse files
committed
Having a crack at fixing the build.
1 parent d40032a commit af03db0

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

java/client/test/org/openqa/selenium/internal/seleniumemulation/GetAttributeTest.java renamed to java/client/test/com/thoughtworks/selenium/webdriven/commands/GetAttributeTest.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,11 @@
1515
*/
1616

1717

18-
package org.openqa.selenium.internal.seleniumemulation;
18+
package com.thoughtworks.selenium.webdriven.commands;
1919

2020
import static org.junit.Assert.assertEquals;
2121

2222
import com.thoughtworks.selenium.webdriven.JavascriptLibrary;
23-
import com.thoughtworks.selenium.webdriven.commands.GetAttribute;
2423

2524
import org.junit.Test;
2625

java/client/test/org/openqa/selenium/internal/seleniumemulation/TypeKeysTest.java renamed to java/client/test/com/thoughtworks/selenium/webdriven/commands/TypeKeysTest.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
limitations under the License.
1515
*/
1616

17-
package org.openqa.selenium.internal.seleniumemulation;
17+
package com.thoughtworks.selenium.webdriven.commands;
1818

1919
import static org.mockito.Mockito.mock;
2020
import static org.mockito.Mockito.verify;
@@ -27,6 +27,7 @@
2727

2828
import org.junit.Before;
2929
import org.junit.Test;
30+
import org.openqa.selenium.internal.seleniumemulation.AlertOverrideStub;
3031

3132
public class TypeKeysTest {
3233
private ElementFinder elementFinder;

java/client/test/org/openqa/selenium/internal/seleniumemulation/AlertOverrideStub.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616

1717
package org.openqa.selenium.internal.seleniumemulation;
1818

19+
import com.thoughtworks.selenium.webdriven.commands.AlertOverride;
20+
1921
import org.openqa.selenium.WebDriver;
2022

2123
public class AlertOverrideStub extends AlertOverride {

0 commit comments

Comments
 (0)