Skip login modal flaky spec (#14273)
This commit is contained in:
parent
130c163fb6
commit
bb701c4f78
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ describe('Show log in modal', () => {
|
|||
cy.visit('/');
|
||||
});
|
||||
|
||||
it('should show a log in modal on Feed bookmark click', () => {
|
||||
it.skip('should show a log in modal on Feed bookmark click', () => {
|
||||
cy.findAllByRole('button', { name: /Save/ }).first().as('bookmarkButton');
|
||||
|
||||
cy.get('@bookmarkButton').click();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue