Skip to content

Commit

Permalink
Updated couple of snap files
Browse files Browse the repository at this point in the history
Signed-off-by: Kshitij Tandon <[email protected]>
  • Loading branch information
tandonks committed Aug 29, 2024
1 parent c49417e commit 4d39d13
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ exports[`<CreateIndexTemplate /> spec render template pages 1`] = `
class="euiSpacer euiSpacer--l"
/>
<div
class="euiTabs euiTabs--small"
class="euiTabs"
role="tablist"
>
<button
Expand Down Expand Up @@ -197,13 +197,17 @@ exports[`<CreateIndexTemplate /> spec render template pages 1`] = `
<div
class="euiFlexItem"
>
<div
class="euiText euiText--small"
<h1
class="euiTitle euiTitle--small"
>
<h2>
Preview template
</h2>
</div>
Preview template
<span
class="panel-header-count"
>
</span>
</h1>
</div>
</div>
<hr
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -497,13 +497,17 @@ exports[`<TemplateDetail /> spec render component in non-edit-mode 1`] = `
<div
class="euiFlexItem"
>
<div
class="euiText euiText--small"
<h1
class="euiTitle euiTitle--small"
>
<h2>
Template definition
</h2>
</div>
Template definition
<span
class="panel-header-count"
>
</span>
</h1>
</div>
</div>
<hr
Expand Down

0 comments on commit 4d39d13

Please sign in to comment.