Skip to content

Commit

Permalink
Remove testIds
Browse files Browse the repository at this point in the history
  • Loading branch information
jonybur committed Dec 16, 2024
1 parent f5d25fb commit b351d49
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,6 @@ export const SiteCell: React.FC<SiteCellProps> = ({
onClick={handleOpenAccountsModal}
paddingBottomValue={2}
paddingTopValue={0}
editButtonTestId="edit-accounts"
content={
// Why this difference?
selectedAccounts.length === 1 ? (
Expand All @@ -157,7 +156,6 @@ export const SiteCell: React.FC<SiteCellProps> = ({
onClick={handleOpenNetworksModal}
paddingTopValue={2}
paddingBottomValue={0}
editButtonTestId="edit-networks"
content={<SiteCellTooltip networks={selectedNetworks} />}
/>
</Box>
Expand Down

0 comments on commit b351d49

Please sign in to comment.