Skip to content

fix(select): label property added to bl-select-option to fix #764 #281

fix(select): label property added to bl-select-option to fix #764

fix(select): label property added to bl-select-option to fix #764 #281

Re-run triggered January 10, 2024 10:34
Status Failure
Total duration 1m 49s
Artifacts

pull-request-next.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 1 warning
verify / verify: src/components/select/bl-select.ts#L311
Replace `item·=>·html`<li>${item.getAttribute('option-label')·||·item.textContent}</li>`` with `⏎········item·=>·html`<li>${item.getAttribute("option-label")·||·item.textContent}</li>`⏎······`
verify / verify: src/components/select/bl-select.ts#L311
Strings must use doublequote
verify / verify: src/components/select/option/bl-select-option.ts#L29
Replace `'option-label'` with `"option-label"`
verify / verify: src/components/select/option/bl-select-option.ts#L29
Strings must use doublequote
verify / verify: src/components/select/option/bl-select-option.ts#L30
Strings must use doublequote
verify / verify
Process completed with exit code 1.
verify / verify
No files were found with the provided path: coverage/. No artifacts will be uploaded.