diff options
author | Julien Lancelot <julien.lancelot@sonarsource.com> | 2015-10-23 11:17:05 +0200 |
---|---|---|
committer | Julien Lancelot <julien.lancelot@sonarsource.com> | 2015-10-27 21:14:19 +0100 |
commit | 249a1dbe68d0140d7c2183ab68dc549fb6316735 (patch) | |
tree | 9b94cf93de352761998733ff0564e7da801a7d55 /it/it-tests/src/test/java/updatecenter/UpdateCenterTest.java | |
parent | 835566665b8f23dae272d5406f8762173328f498 (diff) | |
download | sonarqube-249a1dbe68d0140d7c2183ab68dc549fb6316735.tar.gz sonarqube-249a1dbe68d0140d7c2183ab68dc549fb6316735.zip |
Move selenium package to util.selenium package
Diffstat (limited to 'it/it-tests/src/test/java/updatecenter/UpdateCenterTest.java')
-rw-r--r-- | it/it-tests/src/test/java/updatecenter/UpdateCenterTest.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/it/it-tests/src/test/java/updatecenter/UpdateCenterTest.java b/it/it-tests/src/test/java/updatecenter/UpdateCenterTest.java index d42907bfb85..790883b9e34 100644 --- a/it/it-tests/src/test/java/updatecenter/UpdateCenterTest.java +++ b/it/it-tests/src/test/java/updatecenter/UpdateCenterTest.java @@ -13,7 +13,7 @@ import org.junit.ClassRule; import org.junit.Test; import org.sonar.wsclient.services.Plugin; import org.sonar.wsclient.services.UpdateCenterQuery; -import selenium.SeleneseTest; +import util.selenium.SeleneseTest; import static org.assertj.core.api.Assertions.assertThat; import static util.ItUtils.pluginArtifact; |