Skip to content

Commit

Permalink
Update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
talldan committed Sep 13, 2018
1 parent ad5f7b9 commit 4796537
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 26 deletions.
34 changes: 21 additions & 13 deletions packages/block-library/src/audio/test/__snapshots__/index.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -87,23 +87,31 @@ exports[`core/audio block edit matches snapshot 1`] = `
type="file"
/>
</div>
<form
class="editor-media-placeholder__url-input-form"
<div
class="editor-media-placeholder__url-input-expandable-section"
>
<input
aria-label="Audio"
class="components-placeholder__input editor-media-placeholder__url-input"
placeholder="Enter URL here…"
type="url"
value=""
/>
<button
class="components-button is-button is-default is-large"
type="submit"
aria-expanded="false"
class="components-button components-icon-button editor-media-placeholder__url-input-expandable-button is-button is-default is-large"
type="button"
>
Use URL
<svg
aria-hidden="true"
class="dashicon dashicons-arrow-left-alt2"
focusable="false"
height="20"
role="img"
viewBox="0 0 20 20"
width="20"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M14 5l-5 5 5 5-1 2-7-7 7-7z"
/>
</svg>
Enter URL
</button>
</form>
</div>
</div>
</div>
`;
34 changes: 21 additions & 13 deletions packages/block-library/src/video/test/__snapshots__/index.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -87,23 +87,31 @@ exports[`core/video block edit matches snapshot 1`] = `
type="file"
/>
</div>
<form
class="editor-media-placeholder__url-input-form"
<div
class="editor-media-placeholder__url-input-expandable-section"
>
<input
aria-label="Video"
class="components-placeholder__input editor-media-placeholder__url-input"
placeholder="Enter URL here…"
type="url"
value=""
/>
<button
class="components-button is-button is-default is-large"
type="submit"
aria-expanded="false"
class="components-button components-icon-button editor-media-placeholder__url-input-expandable-button is-button is-default is-large"
type="button"
>
Use URL
<svg
aria-hidden="true"
class="dashicon dashicons-arrow-left-alt2"
focusable="false"
height="20"
role="img"
viewBox="0 0 20 20"
width="20"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M14 5l-5 5 5 5-1 2-7-7 7-7z"
/>
</svg>
Enter URL
</button>
</form>
</div>
</div>
</div>
`;

0 comments on commit 4796537

Please sign in to comment.