Skip to content

Commit

Permalink
Remove testid
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Nelson <minelson@vmware.com>
  • Loading branch information
absoludity committed Aug 4, 2023
1 parent 5c3d53a commit 8936c4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dashboard/src/components/AppList/AppList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ function AppList() {
/>
{canSetAllNS && (
<CdsToggleGroup className="flex-v-center">
<CdsToggle data-testid="cds-all-ns">
<CdsToggle>
<label>Show apps in all namespaces</label>
<input
type="checkbox"
Expand Down

0 comments on commit 8936c4e

Please sign in to comment.