Skip to content

Commit

Permalink
Update packages/form-layout/test/form-layout.test.js
Browse files Browse the repository at this point in the history
  • Loading branch information
vursen authored Jan 31, 2025
1 parent a3f49fe commit 1f985b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/form-layout/test/form-layout.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ describe('form layout', () => {
<vaadin-form-item></vaadin-form-item>
</vaadin-form-layout>
`);
await nextFrame();
await nextRender();
});

afterEach(() => {
Expand Down

0 comments on commit 1f985b7

Please sign in to comment.