src: Remove more data-testids
As using `data-testid`s in tests is an anti-pattern, this removes more of them and replaces them with appropriate locators in the tests.
This commit is contained in:
parent
0ea874abc6
commit
a0fe3644c3
26 changed files with 257 additions and 160 deletions
|
|
@ -27,7 +27,6 @@ const Empty = ({ hasFilterValue, refetch }: EmptyProps) => {
|
|||
: 'No custom repositories'
|
||||
}
|
||||
variant={EmptyStateVariant.lg}
|
||||
data-testid="empty-state"
|
||||
>
|
||||
<EmptyStateBody>
|
||||
{hasFilterValue
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue