File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -714,13 +714,13 @@ describe('root heading level', () => {
714
714
class CustomWidget extends DashboardWidget { }
715
715
customElements . define ( 'custom-dashboard-widget' , CustomWidget ) ;
716
716
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 ;
724
724
await nextFrame ( ) ;
725
725
const widget = customLayout . querySelector ( 'custom-dashboard-widget' ) as CustomWidget ;
726
726
const section = customLayout . querySelector ( 'custom-dashboard-section' ) as CustomSection ;
You can’t perform that action at this time.
0 commit comments