File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
com/thoughtworks/selenium/webdriven/commands
org/openqa/selenium/internal/seleniumemulation Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 15
15
*/
16
16
17
17
18
- package org . openqa .selenium .internal . seleniumemulation ;
18
+ package com . thoughtworks .selenium .webdriven . commands ;
19
19
20
20
import static org .junit .Assert .assertEquals ;
21
21
22
22
import com .thoughtworks .selenium .webdriven .JavascriptLibrary ;
23
- import com .thoughtworks .selenium .webdriven .commands .GetAttribute ;
24
23
25
24
import org .junit .Test ;
26
25
Original file line number Diff line number Diff line change 14
14
limitations under the License.
15
15
*/
16
16
17
- package org . openqa .selenium .internal . seleniumemulation ;
17
+ package com . thoughtworks .selenium .webdriven . commands ;
18
18
19
19
import static org .mockito .Mockito .mock ;
20
20
import static org .mockito .Mockito .verify ;
27
27
28
28
import org .junit .Before ;
29
29
import org .junit .Test ;
30
+ import org .openqa .selenium .internal .seleniumemulation .AlertOverrideStub ;
30
31
31
32
public class TypeKeysTest {
32
33
private ElementFinder elementFinder ;
Original file line number Diff line number Diff line change 16
16
17
17
package org .openqa .selenium .internal .seleniumemulation ;
18
18
19
+ import com .thoughtworks .selenium .webdriven .commands .AlertOverride ;
20
+
19
21
import org .openqa .selenium .WebDriver ;
20
22
21
23
public class AlertOverrideStub extends AlertOverride {
You can’t perform that action at this time.
0 commit comments