Commit f65eb03
Refs #38901 - Fix test failures by removing unsupported ouiaId props
PatternFly's Label, Progress, and Tooltip components don't support the ouiaId prop,
which was causing React warnings and test failures in CI. Removed ouiaId from these
components while keeping it on components that do support it (Table, Button, etc).
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent fd0ae93 commit f65eb03
File tree
2 files changed
+2
-3
lines changed- webpack/scenes/SyncStatus/components
2 files changed
+2
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
28 | 27 | | |
29 | 28 | | |
30 | 29 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
| 49 | + | |
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | | - | |
| 68 | + | |
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
| |||
0 commit comments