test: Remove remove_doc. to avoid flaky test
This commit is contained in:
parent
f380a0e65e
commit
a9cab2cf78
1 changed files with 1 additions and 2 deletions
|
|
@ -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');
|
||||
});
|
||||
});
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue