Skip to content

Commit

Permalink
Having a crack at fixing the build.
Browse files Browse the repository at this point in the history
  • Loading branch information
shs96c committed Jan 5, 2014
1 parent d40032a commit af03db0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,11 @@
*/


package org.openqa.selenium.internal.seleniumemulation;
package com.thoughtworks.selenium.webdriven.commands;

import static org.junit.Assert.assertEquals;

import com.thoughtworks.selenium.webdriven.JavascriptLibrary;
import com.thoughtworks.selenium.webdriven.commands.GetAttribute;

import org.junit.Test;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
limitations under the License.
*/

package org.openqa.selenium.internal.seleniumemulation;
package com.thoughtworks.selenium.webdriven.commands;

import static org.mockito.Mockito.mock;
import static org.mockito.Mockito.verify;
Expand All @@ -27,6 +27,7 @@

import org.junit.Before;
import org.junit.Test;
import org.openqa.selenium.internal.seleniumemulation.AlertOverrideStub;

public class TypeKeysTest {
private ElementFinder elementFinder;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@

package org.openqa.selenium.internal.seleniumemulation;

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

import org.openqa.selenium.WebDriver;

public class AlertOverrideStub extends AlertOverride {
Expand Down

0 comments on commit af03db0

Please sign in to comment.