File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ export const LayoutStandAlone = ({
37
37
</ GridItem >
38
38
</ Grid >
39
39
) }
40
- < Grid addPaddingForLayout config = { gridConfiguration } >
40
+ < Grid addPaddingForLayout config = { gridConfiguration } data-testid = { ` ${ dataTestId } Main` } >
41
41
< GridItem
42
42
as = { LayoutRoleType . main }
43
43
desktop = { asideContent ? main ?. [ DeviceBreakpointsType . DESKTOP ] : main ?. DESKTOP_FULL }
@@ -49,6 +49,7 @@ export const LayoutStandAlone = ({
49
49
{ asideContent && (
50
50
< GridItem
51
51
as = { LayoutRoleType . aside }
52
+ data-testid = { `${ dataTestId } Aside` }
52
53
desktop = { aside ?. [ DeviceBreakpointsType . DESKTOP ] }
53
54
mobile = { aside ?. [ DeviceBreakpointsType . MOBILE ] }
54
55
tablet = { aside ?. [ DeviceBreakpointsType . TABLET ] }
@@ -58,7 +59,7 @@ export const LayoutStandAlone = ({
58
59
) }
59
60
</ Grid >
60
61
{ footerContent && footer && (
61
- < Grid addPaddingForLayout config = { gridConfiguration } >
62
+ < Grid addPaddingForLayout config = { gridConfiguration } data-testid = { ` ${ dataTestId } Footer` } >
62
63
< GridItem
63
64
as = { LayoutRoleType . footer }
64
65
desktop = { footer [ DeviceBreakpointsType . DESKTOP ] }
You can’t perform that action at this time.
0 commit comments