We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e39157 commit d6b0a91Copy full SHA for d6b0a91
java/client/test/org/openqa/selenium/internal/seleniumemulation/AlertOverrideStub.java renamed to java/client/test/com/thoughtworks/selenium/webdriven/commands/AlertOverrideStub.java
@@ -15,7 +15,7 @@
15
// specific language governing permissions and limitations
16
// under the License.
17
18
-package org.openqa.selenium.internal.seleniumemulation;
+package com.thoughtworks.selenium.webdriven.commands;
19
20
import com.thoughtworks.selenium.webdriven.commands.AlertOverride;
21
java/client/test/com/thoughtworks/selenium/webdriven/commands/TypeKeysTest.java
@@ -28,7 +28,6 @@
28
29
import org.junit.Before;
30
import org.junit.Test;
31
-import org.openqa.selenium.internal.seleniumemulation.AlertOverrideStub;
32
33
public class TypeKeysTest {
34
private ElementFinder elementFinder;
0 commit comments