Skip to content

Commit 45e559a

Browse files
committed
Updated test snapshots
1 parent 4ac7a0d commit 45e559a

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

app/javascript/spec/main-menu/__snapshots__/main-menu.spec.js.snap

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,7 @@ exports[`Main menu test should render correctly 1`] = `
194194
data-target="#menu-vi"
195195
>
196196
<a
197+
className="top-level"
197198
href="/dashboard/maintab/?tab=vi"
198199
onClick={[Function]}
199200
target="_self"
@@ -215,7 +216,7 @@ exports[`Main menu test should render correctly 1`] = `
215216
className="nav-item-pf-header"
216217
>
217218
<a
218-
className="secondary-collapse-toggle-pf"
219+
className="secondary-collapse-toggle-pf top-level"
219220
data-toggle="collapse-secondary-nav"
220221
>
221222
<span>
@@ -474,6 +475,7 @@ exports[`Main menu test should render correctly 1`] = `
474475
data-target="#menu-compute"
475476
>
476477
<a
478+
className="top-level"
477479
href="/dashboard/maintab/?tab=compute"
478480
onClick={[Function]}
479481
target="_blank"
@@ -495,7 +497,7 @@ exports[`Main menu test should render correctly 1`] = `
495497
className="nav-item-pf-header"
496498
>
497499
<a
498-
className="secondary-collapse-toggle-pf"
500+
className="secondary-collapse-toggle-pf top-level"
499501
data-toggle="collapse-secondary-nav"
500502
>
501503
<span>

app/javascript/spec/toolbar/__snapshots__/miq-toolbar.spec.jsx.snap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ exports[`<MiqToolbar /> renders ok for generic case 1`] = `
5353
key="0"
5454
onClick={[Function]}
5555
>
56-
<span
56+
<div
5757
className="miq-toolbar-group form-group"
5858
>
5959
<ToolbarButton
@@ -84,7 +84,7 @@ exports[`<MiqToolbar /> renders ok for generic case 1`] = `
8484
/>
8585
</button>
8686
</ToolbarButton>
87-
</span>
87+
</div>
8888
</ToolbarGroup>
8989
<ToolbarView
9090
onClick={[Function]}

0 commit comments

Comments
 (0)