Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

E2E Tests: Intermittent failure in Links tests #21320

Closed
aduth opened this issue Apr 1, 2020 · 0 comments · Fixed by #22200
Closed

E2E Tests: Intermittent failure in Links tests #21320

aduth opened this issue Apr 1, 2020 · 0 comments · Fixed by #22200
Labels
[Package] E2E Tests /packages/e2e-tests [Type] Bug An existing feature does not function as intended

Comments

@aduth
Copy link
Member

aduth commented Apr 1, 2020

Examples:

Error:

FAIL packages/e2e-tests/specs/editor/various/links.test.js (45.265s)

  ● Links › should contain a label when it should open in a new tab
    expect(received).toMatchSnapshot()
    Snapshot name: `Links should contain a label when it should open in a new tab 2`
    - Snapshot
    + Received
      <!-- wp:paragraph -->
    - <p>This is <a href="http://wordpress.org">WordPress</a></p>
    + <p>This is <a href="http://wordpress.org" target="_blank" rel="noreferrer noopener">WordPress</a></p>
      <!-- /wp:paragraph -->
      512 | 		await page.keyboard.press( 'Space' );
      513 | 
    > 514 | 		expect( await getEditedPostContent() ).toMatchSnapshot();
          | 		                                       ^
      515 | 	} );
      516 | } );
      517 | 
      at Object.toMatchSnapshot (specs/editor/various/links.test.js:514:42)
          at runMicrotasks (<anonymous>)
@aduth aduth added [Type] Bug An existing feature does not function as intended [Package] E2E Tests /packages/e2e-tests labels Apr 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[Package] E2E Tests /packages/e2e-tests [Type] Bug An existing feature does not function as intended
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant