File tree Expand file tree Collapse file tree 2 files changed +16
-6
lines changed Expand file tree Collapse file tree 2 files changed +16
-6
lines changed Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ export const App = () => {
80
80
< div >
81
81
< AppWrapper >
82
82
< LearnerDashboardHeader />
83
- < main >
83
+ < main id = "main" >
84
84
{ hasNetworkFailure
85
85
? (
86
86
< Alert variant = "danger" >
Original file line number Diff line number Diff line change @@ -17,7 +17,9 @@ exports[`App router component component initialize failure snapshot 1`] = `
17
17
<div >
18
18
<AppWrapper >
19
19
<LearnerDashboardHeader />
20
- <main >
20
+ <main
21
+ id = " main"
22
+ >
21
23
<Alert
22
24
variant = " danger"
23
25
>
@@ -49,7 +51,9 @@ exports[`App router component component no network failure snapshot 1`] = `
49
51
<div >
50
52
<AppWrapper >
51
53
<LearnerDashboardHeader />
52
- <main >
54
+ <main
55
+ id = " main"
56
+ >
53
57
<Dashboard />
54
58
</main >
55
59
</AppWrapper >
@@ -75,7 +79,9 @@ exports[`App router component component no network failure with optimizely proje
75
79
<div >
76
80
<AppWrapper >
77
81
<LearnerDashboardHeader />
78
- <main >
82
+ <main
83
+ id = " main"
84
+ >
79
85
<Dashboard />
80
86
</main >
81
87
</AppWrapper >
@@ -101,7 +107,9 @@ exports[`App router component component no network failure with optimizely url s
101
107
<div >
102
108
<AppWrapper >
103
109
<LearnerDashboardHeader />
104
- <main >
110
+ <main
111
+ id = " main"
112
+ >
105
113
<Dashboard />
106
114
</main >
107
115
</AppWrapper >
@@ -127,7 +135,9 @@ exports[`App router component component refresh failure snapshot 1`] = `
127
135
<div >
128
136
<AppWrapper >
129
137
<LearnerDashboardHeader />
130
- <main >
138
+ <main
139
+ id = " main"
140
+ >
131
141
<Alert
132
142
variant = " danger"
133
143
>
You can’t perform that action at this time.
0 commit comments