Skip to content

Commit

Permalink
#5324 remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
pnatashap committed Apr 11, 2024
1 parent 37157ef commit 77ee404
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ public VuetifyTabsAssert tabTextContentContains(String text) {
return this;
}

// @todo #5048 Check the meaning of the function
@JDIAction(value = "Assert that '{name}' is align with title", isAssert = true)
public VuetifyTabsAssert alignWithTitle() {
jdiAssert(element().isAlignWithTitle(), Matchers.is(true), "Tab is not align with title");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
/**
* To see an example of Tabs web element please visit https://v2.vuetifyjs.com/en/components/tabs/
*/

// @todo #5324 refactor element. It should be an element with .v-tabs style in the name
public class VuetifyTabs extends Tabs implements HasColor, HasTheme {
private UIElement tabList() {
return core().find("[role='tablist']");
Expand Down

0 comments on commit 77ee404

Please sign in to comment.