aboutsummaryrefslogtreecommitdiffstats
path: root/uitest-common
diff options
context:
space:
mode:
authorAleksi Hietanen <aleksi@vaadin.com>2016-08-25 19:06:30 +0300
committerVaadin Code Review <review@vaadin.com>2016-08-26 08:23:40 +0000
commit0c8f57d60aba5f4dbad10cf818ae98dc9cb8d47a (patch)
tree1746dcf20199bac3dedf462dbacb876ea9acedf4 /uitest-common
parent4a6a632b1f57a1ddbb437036cb5d17f98f827b47 (diff)
downloadvaadin-framework-0c8f57d60aba5f4dbad10cf818ae98dc9cb8d47a.tar.gz
vaadin-framework-0c8f57d60aba5f4dbad10cf818ae98dc9cb8d47a.zip
Implement new ProgressBar
Change-Id: Ie5c4b0f4d9bc65e484f08832343ba97fff61a9b6
Diffstat (limited to 'uitest-common')
-rw-r--r--uitest-common/src/main/java/com/vaadin/testbench/customelements/ProgressBarElement.java (renamed from uitest-common/src/main/java/com/vaadin/v7/testbench/customelements/ProgressBarElement.java)4
1 files changed, 2 insertions, 2 deletions
diff --git a/uitest-common/src/main/java/com/vaadin/v7/testbench/customelements/ProgressBarElement.java b/uitest-common/src/main/java/com/vaadin/testbench/customelements/ProgressBarElement.java
index 15eafb76da..30874d1fee 100644
--- a/uitest-common/src/main/java/com/vaadin/v7/testbench/customelements/ProgressBarElement.java
+++ b/uitest-common/src/main/java/com/vaadin/testbench/customelements/ProgressBarElement.java
@@ -13,14 +13,14 @@
* License for the specific language governing permissions and limitations under
* the License.
*/
-package com.vaadin.v7.testbench.customelements;
+package com.vaadin.testbench.customelements;
import org.openqa.selenium.By;
import org.openqa.selenium.WebElement;
import com.vaadin.testbench.elementsbase.ServerClass;
-@ServerClass("com.vaadin.v7.ui.ProgressBar")
+@ServerClass("com.vaadin.ui.ProgressBar")
public class ProgressBarElement
extends com.vaadin.testbench.elements.ProgressBarElement {