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 @@ -711,13 +711,13 @@ describe('root heading level', () => {
711
711
class CustomWidget extends DashboardWidget { }
712
712
customElements . define ( 'custom-dashboard-widget' , CustomWidget ) ;
713
713
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 ;
721
721
await nextFrame ( ) ;
722
722
const widget = customLayout . querySelector ( 'custom-dashboard-widget' ) as CustomWidget ;
723
723
const section = customLayout . querySelector ( 'custom-dashboard-section' ) as CustomSection ;
You can’t perform that action at this time.
0 commit comments