You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: vaadin-tabs-flow-parent/vaadin-tabs-flow-integration-tests/src/test/java/com/vaadin/flow/component/tabs/tests/TabSheetIT.java
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -93,4 +93,10 @@ public void unselect_shouldThrowOnGetContent() {
Copy file name to clipboardExpand all lines: vaadin-tabs-flow-parent/vaadin-tabs-testbench/src/main/java/com/vaadin/flow/component/tabs/testbench/TabElement.java
Copy file name to clipboardExpand all lines: vaadin-tabs-flow-parent/vaadin-tabs-testbench/src/main/java/com/vaadin/flow/component/tabs/testbench/TabSheetElement.java
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,8 @@
15
15
*/
16
16
packagecom.vaadin.flow.component.tabs.testbench;
17
17
18
+
importjava.util.List;
19
+
18
20
importorg.openqa.selenium.By;
19
21
importorg.openqa.selenium.NoSuchElementException;
20
22
@@ -101,4 +103,12 @@ public TabsElement getTabs() {
101
103
return$(TabsElement.class).first();
102
104
}
103
105
106
+
/**
107
+
* Returns the labels of all tab elements, in the order they appear.
108
+
*
109
+
* @return a list of tab labels, one for every tab. Not null, may be empty.
Copy file name to clipboardExpand all lines: vaadin-tabs-flow-parent/vaadin-tabs-testbench/src/main/java/com/vaadin/flow/component/tabs/testbench/TabsElement.java
0 commit comments