Skip to content

Commit d6b0a91

Browse files
committed
webdriven: Moving a test aux class to a more appropriate package
1 parent 0e39157 commit d6b0a91

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
// specific language governing permissions and limitations
1616
// under the License.
1717

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

2020
import com.thoughtworks.selenium.webdriven.commands.AlertOverride;
2121

java/client/test/com/thoughtworks/selenium/webdriven/commands/TypeKeysTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828

2929
import org.junit.Before;
3030
import org.junit.Test;
31-
import org.openqa.selenium.internal.seleniumemulation.AlertOverrideStub;
3231

3332
public class TypeKeysTest {
3433
private ElementFinder elementFinder;

0 commit comments

Comments
 (0)