Skip to content

Commit 318abed

Browse files
roxanne-bakerwjhsf
andauthored
Update packages/@lwc/integration-not-karma/test/component/LightningElement.attachInternals/elementInternals/formAssociated/index.spec.js
Co-authored-by: Will Harney <62956339+wjhsf@users.noreply.github.com>
1 parent 32b2606 commit 318abed

File tree

1 file changed

+1
-1
lines changed
  • packages/@lwc/integration-not-karma/test/component/LightningElement.attachInternals/elementInternals/formAssociated

1 file changed

+1
-1
lines changed

packages/@lwc/integration-not-karma/test/component/LightningElement.attachInternals/elementInternals/formAssociated/index.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ describe.runIf(ENABLE_ELEMENT_INTERNALS_AND_FACE && typeof ElementInternals !==
128128
});
129129

130130
for (const prop of readOnlyProperties) {
131-
it(`should throw error when trying to set ${prop} on form associated component`, () => {
131+
it(`should throw error when trying to set readonly ${prop} on form associated component`, () => {
132132
const elm = createElement('x-form-associated', { is: FormAssociated });
133133
document.body.appendChild(elm);
134134
const { internals } = elm;

0 commit comments

Comments
 (0)