test: Remove remove_doc. to avoid flaky test

This commit is contained in:
Suraj Shetty 2021-07-22 13:07:31 +05:30 committed by GitHub
parent f380a0e65e
commit a9cab2cf78
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,6 +10,5 @@ context('Navigation', () => {
cy.get_field('description', 'Text Editor').contains('Test this');
cy.go('back');
cy.title().should('eq', 'Website');
cy.remove_doc('ToDo', 'ABC#123');
});
});
});