Skip to content

Commit 907bbce

Browse files
Update packages/dashboard/test/dashboard-layout.test.ts
Co-authored-by: Serhii Kulykov <[email protected]>
1 parent fa4c450 commit 907bbce

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

packages/dashboard/test/dashboard-layout.test.ts

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -714,13 +714,13 @@ describe('root heading level', () => {
714714
class CustomWidget extends DashboardWidget {}
715715
customElements.define('custom-dashboard-widget', CustomWidget);
716716
const customLayout = fixtureSync(`
717-
<custom-dashboard-layout root-heading-level="5">
718-
<custom-dashboard-widget widget-title="Custom Widget"></custom-dashboard-widget>
719-
<custom-dashboard-section section-title="Custom Section">
720-
<custom-dashboard-widget widget-title="Custom Nested Widget"></custom-dashboard-widget>
721-
</custom-dashboard-section>
722-
</custom-dashboard-layout>
723-
`) as CustomLayout;
717+
<custom-dashboard-layout root-heading-level="5">
718+
<custom-dashboard-widget widget-title="Custom Widget"></custom-dashboard-widget>
719+
<custom-dashboard-section section-title="Custom Section">
720+
<custom-dashboard-widget widget-title="Custom Nested Widget"></custom-dashboard-widget>
721+
</custom-dashboard-section>
722+
</custom-dashboard-layout>
723+
`) as CustomLayout;
724724
await nextFrame();
725725
const widget = customLayout.querySelector('custom-dashboard-widget') as CustomWidget;
726726
const section = customLayout.querySelector('custom-dashboard-section') as CustomSection;

0 commit comments

Comments
 (0)