Skip to content

Commit

Permalink
#5336 add cmt for badge
Browse files Browse the repository at this point in the history
  • Loading branch information
pnatashap committed Apr 14, 2024
1 parent 67004cd commit db4f4a2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
public class Badge extends UIBaseElement<BadgeAssert> implements IsText, HasPosition, HasIcon {

public static final String MUI_BADGE_DOT_LOCATOR = ".MuiBadge-dot";

// @todo #5336 Create a basi class for badge (content or dot) to check style and content
@JDIAction("Get '{name}'s dot element")
public UIElement dot() {
return core().findFirst(MUI_BADGE_DOT_LOCATOR);
Expand Down

0 comments on commit db4f4a2

Please sign in to comment.