aboutsummaryrefslogtreecommitdiffstats
path: root/uitest
diff options
context:
space:
mode:
authorHenri Sara <hesara@vaadin.com>2015-09-23 16:28:28 +0300
committerVaadin Code Review <review@vaadin.com>2015-09-28 07:16:02 +0000
commit1011cff7e8139cd1b7138b2e538264c755c7482f (patch)
tree58d0ff473452a7dc725e5df8cc6a2b20a3943645 /uitest
parenta85e221774b5b4936a886005ec64d0d07a5c63f8 (diff)
downloadvaadin-framework-1011cff7e8139cd1b7138b2e538264c755c7482f.tar.gz
vaadin-framework-1011cff7e8139cd1b7138b2e538264c755c7482f.zip
Use "vaadin-" as default prefix for Design (#18957)
Change-Id: Ic9e0650e5c8e305258cbce033c4ef3f33307bf0f
Diffstat (limited to 'uitest')
-rw-r--r--uitest/src/com/vaadin/tests/components/grid/declarative/GridBasicFeatures.html6
-rw-r--r--uitest/src/com/vaadin/tests/components/grid/declarative/GridItemEditor.html4
-rw-r--r--uitest/src/com/vaadin/tests/components/grid/declarative/GridMultiSelect.html4
-rw-r--r--uitest/src/com/vaadin/tests/declarative/DeclarativeEditorInitial.html46
-rw-r--r--uitest/src/com/vaadin/tests/declarative/PotusCrud.html14
-rw-r--r--uitest/src/com/vaadin/tests/declarative/PotusForm.html32
-rw-r--r--uitest/src/com/vaadin/tests/integration/LabelFromDesign.html2
7 files changed, 54 insertions, 54 deletions
diff --git a/uitest/src/com/vaadin/tests/components/grid/declarative/GridBasicFeatures.html b/uitest/src/com/vaadin/tests/components/grid/declarative/GridBasicFeatures.html
index c2de666641..e99025abfb 100644
--- a/uitest/src/com/vaadin/tests/components/grid/declarative/GridBasicFeatures.html
+++ b/uitest/src/com/vaadin/tests/components/grid/declarative/GridBasicFeatures.html
@@ -1,4 +1,4 @@
-<v-grid
+<vaadin-grid
editor-save-caption='Save'
editor-cancel-caption='Cancel'
frozen-columns=1
@@ -37,7 +37,7 @@
</tr>
<tr>
<th>
- <v-text-field width='100%' input-prompt='Filter'></v-textfield>
+ <vaadin-text-field width='100%' input-prompt='Filter'></vaadin-textfield>
<!--
-->
</th>
@@ -496,4 +496,4 @@
</tr>
</tfoot>
</table>
-</v-grid> \ No newline at end of file
+</vaadin-grid> \ No newline at end of file
diff --git a/uitest/src/com/vaadin/tests/components/grid/declarative/GridItemEditor.html b/uitest/src/com/vaadin/tests/components/grid/declarative/GridItemEditor.html
index b1532d282a..0f9bb49da2 100644
--- a/uitest/src/com/vaadin/tests/components/grid/declarative/GridItemEditor.html
+++ b/uitest/src/com/vaadin/tests/components/grid/declarative/GridItemEditor.html
@@ -1,4 +1,4 @@
-<v-grid caption="Double click to edit" width="100%" height="100%"
+<vaadin-grid caption="Double click to edit" width="100%" height="100%"
editable selection-mode="none">
<table>
<colgroup>
@@ -78,4 +78,4 @@
</tr>
</tbody>
</table>
-</v-grid> \ No newline at end of file
+</vaadin-grid> \ No newline at end of file
diff --git a/uitest/src/com/vaadin/tests/components/grid/declarative/GridMultiSelect.html b/uitest/src/com/vaadin/tests/components/grid/declarative/GridMultiSelect.html
index b7b1fdaf60..a27ff84e72 100644
--- a/uitest/src/com/vaadin/tests/components/grid/declarative/GridMultiSelect.html
+++ b/uitest/src/com/vaadin/tests/components/grid/declarative/GridMultiSelect.html
@@ -1,4 +1,4 @@
-<v-grid width='100%' height='100%' selection-mode='multi' editable='false'>
+<vaadin-grid width='100%' height='100%' selection-mode='multi' editable='false'>
<table>
<colgroup>
<col />
@@ -115,4 +115,4 @@
</tr>
</tbody>
</table>
-</v-grid>
+</vaadin-grid>
diff --git a/uitest/src/com/vaadin/tests/declarative/DeclarativeEditorInitial.html b/uitest/src/com/vaadin/tests/declarative/DeclarativeEditorInitial.html
index 17f7d6aa59..b38cb59730 100644
--- a/uitest/src/com/vaadin/tests/declarative/DeclarativeEditorInitial.html
+++ b/uitest/src/com/vaadin/tests/declarative/DeclarativeEditorInitial.html
@@ -1,23 +1,23 @@
-<v-vertical-layout size-full margin spacing>
- <v-horizontal-layout spacing margin width-full>
- <v-label size-auto>POTUS Database</v-label>
- <v-button :expand>Add new</v-button>
- </v-horizontal-layout>
- <v-table _id="potusList" :expand selectable size-full />
- <v-vertical-layout _id="form" spacing margin>
- <v-horizontal-layout spacing>
- <v-text-field caption="First Name" width="300px" />
- <v-text-field caption="Last Name" width="300px" />
- </v-horizontal-layout>
- <v-horizontal-layout spacing>
- <v-combo-box caption="Party" width="300px" />
- <v-popup-date-field caption="Took Office" />
- <v-popup-date-field caption="Left Office" />
- </v-horizontal-layout>
- <v-horizontal-layout spacing width-full>
- <v-button style-name="primary">Save</v-button>
- <v-button>Revert</v-button>
- <v-button :expand :right>Delete</v-button>
- </v-horizontal-layout>
- </v-vertical-layout>
-</v-vertical-layout> \ No newline at end of file
+<vaadin-vertical-layout size-full margin spacing>
+ <vaadin-horizontal-layout spacing margin width-full>
+ <vaadin-label size-auto>POTUS Database</vaadin-label>
+ <vaadin-button :expand>Add new</vaadin-button>
+ </vaadin-horizontal-layout>
+ <vaadin-table _id="potusList" :expand selectable size-full />
+ <vaadin-vertical-layout _id="form" spacing margin>
+ <vaadin-horizontal-layout spacing>
+ <vaadin-text-field caption="First Name" width="300px" />
+ <vaadin-text-field caption="Last Name" width="300px" />
+ </vaadin-horizontal-layout>
+ <vaadin-horizontal-layout spacing>
+ <vaadin-combo-box caption="Party" width="300px" />
+ <vaadin-popup-date-field caption="Took Office" />
+ <vaadin-popup-date-field caption="Left Office" />
+ </vaadin-horizontal-layout>
+ <vaadin-horizontal-layout spacing width-full>
+ <vaadin-button style-name="primary">Save</vaadin-button>
+ <vaadin-button>Revert</vaadin-button>
+ <vaadin-button :expand :right>Delete</vaadin-button>
+ </vaadin-horizontal-layout>
+ </vaadin-vertical-layout>
+</vaadin-vertical-layout> \ No newline at end of file
diff --git a/uitest/src/com/vaadin/tests/declarative/PotusCrud.html b/uitest/src/com/vaadin/tests/declarative/PotusCrud.html
index 05acee9679..dde60652e5 100644
--- a/uitest/src/com/vaadin/tests/declarative/PotusCrud.html
+++ b/uitest/src/com/vaadin/tests/declarative/PotusCrud.html
@@ -2,13 +2,13 @@
<meta name="package-mapping" content="x:com.vaadin.tests.declarative"/>
</head>
<body>
- <v-vertical-layout size-full margin="true" spacing>
- <v-horizontal-layout spacing margin width-full>
- <v-label size-auto>POTUS Database</v-label>
- <v-button :expand _id="addNew">Add new</v-button>
- </v-horizontal-layout>
- <v-table _id="potusList" :expand selectable size-full/>
+ <vaadin-vertical-layout size-full margin="true" spacing>
+ <vaadin-horizontal-layout spacing margin width-full>
+ <vaadin-label size-auto>POTUS Database</vaadin-label>
+ <vaadin-button :expand _id="addNew">Add new</vaadin-button>
+ </vaadin-horizontal-layout>
+ <vaadin-table _id="potusList" :expand selectable size-full/>
<x-potus-form _id="potusForm" />
- </v-vertical-layout>
+ </vaadin-vertical-layout>
</body>
diff --git a/uitest/src/com/vaadin/tests/declarative/PotusForm.html b/uitest/src/com/vaadin/tests/declarative/PotusForm.html
index 0542e1ee52..4eb6c84e4a 100644
--- a/uitest/src/com/vaadin/tests/declarative/PotusForm.html
+++ b/uitest/src/com/vaadin/tests/declarative/PotusForm.html
@@ -1,16 +1,16 @@
-<v-vertical-layout _id="form" spacing margin>
- <v-horizontal-layout spacing>
- <v-text-field _id="firstName" caption="First Name" null-representation="" width="300px" />
- <v-text-field _id="lastName" caption="Last Name" null-representation="" width="300px" />
- </v-horizontal-layout>
- <v-horizontal-layout spacing>
- <v-combo-box _id="party" caption="Party" width="300px" />
- <v-popup-date-field _id="tookOffice" caption="Took Office" />
- <v-popup-date-field _id="leftOffice" caption="Left Office" />
- </v-horizontal-layout>
- <v-horizontal-layout spacing width-full>
- <v-button _id="save" style-name="primary">Save</v-button>
- <v-button _id="revert">Revert</v-button>
- <v-button _id="delete" style-name="danger" :expand :right>Delete</v-button>
- </v-horizontal-layout>
-</v-vertical-layout> \ No newline at end of file
+<vaadin-vertical-layout _id="form" spacing margin>
+ <vaadin-horizontal-layout spacing>
+ <vaadin-text-field _id="firstName" caption="First Name" null-representation="" width="300px" />
+ <vaadin-text-field _id="lastName" caption="Last Name" null-representation="" width="300px" />
+ </vaadin-horizontal-layout>
+ <vaadin-horizontal-layout spacing>
+ <vaadin-combo-box _id="party" caption="Party" width="300px" />
+ <vaadin-popup-date-field _id="tookOffice" caption="Took Office" />
+ <vaadin-popup-date-field _id="leftOffice" caption="Left Office" />
+ </vaadin-horizontal-layout>
+ <vaadin-horizontal-layout spacing width-full>
+ <vaadin-button _id="save" style-name="primary">Save</vaadin-button>
+ <vaadin-button _id="revert">Revert</vaadin-button>
+ <vaadin-button _id="delete" style-name="danger" :expand :right>Delete</vaadin-button>
+ </vaadin-horizontal-layout>
+</vaadin-vertical-layout> \ No newline at end of file
diff --git a/uitest/src/com/vaadin/tests/integration/LabelFromDesign.html b/uitest/src/com/vaadin/tests/integration/LabelFromDesign.html
index 370a03e990..9aaf3d3d77 100644
--- a/uitest/src/com/vaadin/tests/integration/LabelFromDesign.html
+++ b/uitest/src/com/vaadin/tests/integration/LabelFromDesign.html
@@ -1 +1 @@
-<v-label /> \ No newline at end of file
+<vaadin-label /> \ No newline at end of file