Skip to content

Commit 99f4474

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

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
@@ -711,13 +711,13 @@ describe('root heading level', () => {
711711
class CustomWidget extends DashboardWidget {}
712712
customElements.define('custom-dashboard-widget', CustomWidget);
713713
const customLayout = fixtureSync(`
714-
<custom-dashboard-layout root-heading-level="5">
715-
<custom-dashboard-widget widget-title="Custom Widget"></custom-dashboard-widget>
716-
<custom-dashboard-section section-title="Custom Section">
717-
<custom-dashboard-widget widget-title="Custom Nested Widget"></custom-dashboard-widget>
718-
</custom-dashboard-section>
719-
</custom-dashboard-layout>
720-
`) as CustomLayout;
714+
<custom-dashboard-layout root-heading-level="5">
715+
<custom-dashboard-widget widget-title="Custom Widget"></custom-dashboard-widget>
716+
<custom-dashboard-section section-title="Custom Section">
717+
<custom-dashboard-widget widget-title="Custom Nested Widget"></custom-dashboard-widget>
718+
</custom-dashboard-section>
719+
</custom-dashboard-layout>
720+
`) as CustomLayout;
721721
await nextFrame();
722722
const widget = customLayout.querySelector('custom-dashboard-widget') as CustomWidget;
723723
const section = customLayout.querySelector('custom-dashboard-section') as CustomSection;

0 commit comments

Comments
 (0)