[15-Minute Fix] Skip flaky viewArticleDiscussion.spec.js Test (#14477)

* Skip flaky viewArticleDiscussion.spec.js test

* Skip flaky test correctly

* Skip individual flaky test using xit

* Skip individual flaky test using .skip
This commit is contained in:
Julianna Tetreault 2021-08-11 15:54:41 -06:00 committed by GitHub
parent 5efd72040b
commit 09bd6ca95f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,7 +10,7 @@ describe('View article discussion', () => {
});
});
it('follows and unfollows a user from a comment preview card', () => {
it.skip('follows and unfollows a user from a comment preview card', () => {
// Make sure the preview card is ready to be interacted with
cy.get('[data-initialized]');
cy.findByRole('button', { name: 'Admin McAdmin profile details' }).click();