Skip to content

Commit

Permalink
E2E Tests: Use consistent case for URL
Browse files Browse the repository at this point in the history
May be why the mock is not matched
  • Loading branch information
aduth authored Feb 27, 2020
1 parent 5cf0d7a commit 266b4f6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ describe( 'Embed block inside a locked all parent', () => {
await page.waitForSelector( embedInputSelector );
await page.click( embedInputSelector );
// This URL should not have a trailing slash.
await page.keyboard.type( 'https://twitter.com/WordPress' );
await page.keyboard.type( 'https://twitter.com/wordpress' );
await page.keyboard.press( 'Enter' );
// The twitter block should appear correctly.
await page.waitForSelector( 'figure.wp-block-embed' );
Expand Down

0 comments on commit 266b4f6

Please sign in to comment.