Skip to content
This repository was archived by the owner on Sep 11, 2025. It is now read-only.

Commit 834472f

Browse files
committed
fixup: better multi-file-upload overall count selector
Use selector which works in both PF v5 and v6 (with only number change).
1 parent 115ed46 commit 834472f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ui/features/@upload/sbom-upload.step.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ Then(
8484

8585
await expect(
8686
page.locator(
87-
"#upload-sbom-tab-content .pf-v6-c-expandable-section__toggle-text"
87+
"#upload-sbom-tab-content .pf-v6-c-multiple-file-upload__status-progress"
8888
)
8989
).toContainText(`${count} of ${count} files uploaded`, {
9090
timeout: TIMEOUT_UPLOAD_DONE,

0 commit comments

Comments
 (0)