Commit 8f586d3
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 <[email protected]>1 parent f41b77b commit 8f586d3
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