Skip to content

Commit

Permalink
Fixes unit tests
Browse files Browse the repository at this point in the history
Signed-off-by: Darshit Chanpura <[email protected]>
  • Loading branch information
DarshitChanpura committed Mar 29, 2024
1 parent 93721c8 commit ebdf40e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ exports[`Role list Render columns render Customization column 1`] = `
>
<EuiText
className="table-items"
data-test-subj="filter-reserved-action-groups"
>
Reserved
</EuiText>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ exports[`Display utils Render Customization column when reserved = False 1`] = `
>
<EuiText
className="table-items"
data-test-subj="filter-custom-action-groups"
>
Custom
</EuiText>
Expand All @@ -39,6 +40,7 @@ exports[`Display utils Render Customization column when reserved = True 1`] = `
>
<EuiText
className="table-items"
data-test-subj="filter-reserved-action-groups"
>
Reserved
</EuiText>
Expand Down

0 comments on commit ebdf40e

Please sign in to comment.