[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:
parent
5efd72040b
commit
09bd6ca95f
1 changed files with 1 additions and 1 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue