Skip to content

Commit

Permalink
JNG-5855 test groups and tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
noherczeg committed Jul 22, 2024
1 parent f0d9659 commit 0b967b4
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@ view UserView(User u) {
assertEquals("numbers", tab1Element.getIcon().getIconName());
assertEquals(Axis.VERTICAL, tab1Element.getDirection());
assertEquals(CrossAxisAlignment.START, tab1Element.getCrossAxisAlignment());
assertEquals(0, tab1Element.getChildren().size());

// tab2

Expand All @@ -202,5 +203,6 @@ view UserView(User u) {
assertEquals("numbers", tab2Element.getIcon().getIconName());
assertEquals(Axis.VERTICAL, tab2Element.getDirection());
assertEquals(CrossAxisAlignment.END, tab2Element.getCrossAxisAlignment());
assertEquals(0, tab2Element.getChildren().size());
}
}

0 comments on commit 0b967b4

Please sign in to comment.