Skip to content

Commit

Permalink
chore: restore test-id for e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
himanshusinghs committed Jul 12, 2024
1 parent ea98771 commit c319951
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ const VisibleFieldsToggle: React.FunctionComponent<{
className={cx(linkButtonStyles, buttonClassName)}
onClick={onShowClick}
aria-label={showButtonText}
data-testid="show-more-fields-button"
>
<Icon size="xsmall" glyph="ArrowDown"></Icon>
{showButtonText}
Expand All @@ -103,6 +104,7 @@ const VisibleFieldsToggle: React.FunctionComponent<{
className={cx(linkButtonStyles, buttonClassName)}
onClick={onHideClick}
aria-label={hideButtonText}
data-testid="hide-fields-button"
>
<Icon size="xsmall" glyph="ArrowUp"></Icon>
{hideButtonText}
Expand Down

0 comments on commit c319951

Please sign in to comment.