Skip to content
This repository has been archived by the owner on Aug 13, 2023. It is now read-only.

Commit

Permalink
even more snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-nowak committed Jul 8, 2019
1 parent 0b79522 commit fb001ec
Showing 1 changed file with 30 additions and 30 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,13 @@ exports[`MediaIndicator - Top Story should render a top story audio promo render
<div
aria-hidden="true"
className="c0"
class="c0"
>
<div
className="c1"
class="c1"
>
<svg
className="c2"
class="c2"
focusable="false"
height="12px"
viewBox="0 0 13 12"
Expand All @@ -70,13 +70,13 @@ exports[`MediaIndicator - Top Story should render a top story audio promo render
/>
</svg>
<span
className="c3"
class="c3"
>
Audio
</span>
<time
className="c4"
dateTime="PT2M15S"
class="c4"
datetime="PT2M15S"
>
2:15
</time>
Expand Down Expand Up @@ -136,13 +136,13 @@ exports[`MediaIndicator should render audio correctly without duration details 1
<div
aria-hidden="true"
className="c0"
class="c0"
>
<div
className="c1"
class="c1"
>
<svg
className="c2"
class="c2"
focusable="false"
height="12px"
viewBox="0 0 13 12"
Expand All @@ -156,7 +156,7 @@ exports[`MediaIndicator should render audio correctly without duration details 1
/>
</svg>
<span
className="c3"
class="c3"
>
Audio
</span>
Expand Down Expand Up @@ -221,13 +221,13 @@ exports[`MediaIndicator should render audio indicator correctly 1`] = `
<div
aria-hidden="true"
className="c0"
class="c0"
>
<div
className="c1"
class="c1"
>
<svg
className="c2"
class="c2"
focusable="false"
height="12px"
viewBox="0 0 13 12"
Expand All @@ -241,13 +241,13 @@ exports[`MediaIndicator should render audio indicator correctly 1`] = `
/>
</svg>
<span
className="c3"
class="c3"
>
Audio
</span>
<time
className="c4"
dateTime="PT2M15S"
class="c4"
datetime="PT2M15S"
>
2:15
</time>
Expand Down Expand Up @@ -307,13 +307,13 @@ exports[`MediaIndicator should render video by default 1`] = `
<div
aria-hidden="true"
className="c0"
class="c0"
>
<div
className="c1"
class="c1"
>
<svg
className="c2"
class="c2"
focusable="false"
height="12px"
viewBox="0 0 32 32"
Expand All @@ -324,7 +324,7 @@ exports[`MediaIndicator should render video by default 1`] = `
/>
</svg>
<span
className="c3"
class="c3"
>
Video
</span>
Expand Down Expand Up @@ -384,13 +384,13 @@ exports[`MediaIndicator should render video correctly without duration details 1
<div
aria-hidden="true"
className="c0"
class="c0"
>
<div
className="c1"
class="c1"
>
<svg
className="c2"
class="c2"
focusable="false"
height="12px"
viewBox="0 0 32 32"
Expand All @@ -401,7 +401,7 @@ exports[`MediaIndicator should render video correctly without duration details 1
/>
</svg>
<span
className="c3"
class="c3"
>
Video
</span>
Expand Down Expand Up @@ -466,13 +466,13 @@ exports[`MediaIndicator should render video indicator correctly 1`] = `
<div
aria-hidden="true"
className="c0"
class="c0"
>
<div
className="c1"
class="c1"
>
<svg
className="c2"
class="c2"
focusable="false"
height="12px"
viewBox="0 0 32 32"
Expand All @@ -483,13 +483,13 @@ exports[`MediaIndicator should render video indicator correctly 1`] = `
/>
</svg>
<span
className="c3"
class="c3"
>
Video
</span>
<time
className="c4"
dateTime="PT2M15S"
class="c4"
datetime="PT2M15S"
>
2:15
</time>
Expand Down

0 comments on commit fb001ec

Please sign in to comment.