Skip to content

Commit

Permalink
Fix e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
youknowriad committed Apr 3, 2020
1 parent de8a6da commit 5c7f989
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,23 @@
exports[`Buttons can jump to the link editor using the keyboard shortcut 1`] = `
"<!-- wp:buttons -->
<div class=\\"wp-block-buttons\\"><!-- wp:button -->
<div class=\\"wp-block-button\\"><a class=\\"wp-block-button__link\\" href=\\"https://www.wordpress.org/\\">WordPress</a></div>
<a class=\\"wp-block-button\\" href=\\"https://www.wordpress.org/\\">WordPress</a>
<!-- /wp:button --></div>
<!-- /wp:buttons -->"
`;
exports[`Buttons dismisses link editor when escape is pressed 1`] = `
"<!-- wp:buttons -->
<div class=\\"wp-block-buttons\\"><!-- wp:button -->
<div class=\\"wp-block-button\\"><a class=\\"wp-block-button__link\\">WordPress</a></div>
<a class=\\"wp-block-button\\">WordPress</a>
<!-- /wp:button --></div>
<!-- /wp:buttons -->"
`;
exports[`Buttons has focus on button content 1`] = `
"<!-- wp:buttons -->
<div class=\\"wp-block-buttons\\"><!-- wp:button -->
<div class=\\"wp-block-button\\"><a class=\\"wp-block-button__link\\">Content</a></div>
<a class=\\"wp-block-button\\">Content</a>
<!-- /wp:button --></div>
<!-- /wp:buttons -->"
`;

0 comments on commit 5c7f989

Please sign in to comment.