fix(test): update Map snapshots

This commit is contained in:
Valeriy S
2019-03-06 13:38:08 +03:00
committed by mrugesh mohapatra
parent f4a1659fa7
commit 81dd2ccb54
2 changed files with 12 additions and 8 deletions

View File

@@ -4,7 +4,8 @@ exports[`<Block /> not expanded snapshot: block-not-expanded 1`] = `
<li
className="block "
>
<div
<button
aria-expanded={false}
className="map-title"
onClick={[Function]}
>
@@ -30,7 +31,7 @@ exports[`<Block /> not expanded snapshot: block-not-expanded 1`] = `
2/4
</span>
</div>
</div>
</button>
<ul />
</li>
`;
@@ -39,7 +40,8 @@ exports[`<Block expanded snapshot: block-expanded 1`] = `
<li
className="block open"
>
<div
<button
aria-expanded={true}
className="map-title"
onClick={[Function]}
>
@@ -65,7 +67,7 @@ exports[`<Block expanded snapshot: block-expanded 1`] = `
2/4
</span>
</div>
</div>
</button>
<ul>
<li
className="map-challenge-title"

View File

@@ -4,7 +4,8 @@ exports[`<SuperBlock /> expanded snapshot: superBlock-expanded 1`] = `
<li
className="superblock open"
>
<div
<button
aria-expanded={true}
className="map-title"
onClick={[Function]}
>
@@ -12,7 +13,7 @@ exports[`<SuperBlock /> expanded snapshot: superBlock-expanded 1`] = `
<h4>
Super Block One Certification (300 hours)
</h4>
</div>
</button>
<ul>
<Connect(Block)
blockDashedName="block-a"
@@ -141,7 +142,8 @@ exports[`<SuperBlock /> not expanded snapshot: superBlock-not-expanded 1`] = `
<li
className="superblock "
>
<div
<button
aria-expanded={false}
className="map-title"
onClick={[Function]}
>
@@ -149,6 +151,6 @@ exports[`<SuperBlock /> not expanded snapshot: superBlock-not-expanded 1`] = `
<h4>
Super Block One Certification (300 hours)
</h4>
</div>
</button>
</li>
`;