Skip to content

Commit 0c11b77

Browse files
jeremylenzclaude
andcommitted
Remove ouiaId from Progress, keep on DescriptionList
Remove ouiaId from Progress component as it doesn't properly support this prop in PatternFly v5 and causes a React warning about unrecognized props on DOM elements. Keep ouiaId on DescriptionList and Card components for test automation. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent f3adf77 commit 0c11b77

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

webpack/ForemanInventoryUpload/Components/TaskProgress/TaskProgress.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,6 @@ const TaskProgress = ({
253253
variant={displayVariant}
254254
measureLocation="outside"
255255
aria-label="task-progress"
256-
ouiaId="task-progress-bar"
257256
/>
258257
<DescriptionList
259258
isHorizontal

0 commit comments

Comments
 (0)