Skip to content

Commit 61c1a69

Browse files
committed
test(mask-input): setProperties signature call
1 parent 93e25d5 commit 61c1a69

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/components/mask-input/mask-input.spec.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -674,8 +674,7 @@ describe('Masked input', () => {
674674
expect(input.placeholder).to.equal(spec.element.mask);
675675

676676
// User provided placeholder
677-
678-
await spec.setProperties({ placeholder });
677+
await spec.setProperties({ placeholder }, true);
679678

680679
expect(input.value).to.be.empty;
681680
expect(input.placeholder).to.equal(placeholder);

0 commit comments

Comments
 (0)