8440-createVehicleNotes #1638
|
@ -22,7 +22,7 @@ describe('Vehicle Notes', () => {
|
|||
});
|
||||
|
||||
it('Should delete note', () => {
|
||||
cy.dataCy(selectors.deleteNoteBtn).first().click();
|
||||
cy.dataCy(selectors.deleteNoteBtn).first().should('be.visible').click();
|
||||
cy.get(selectors.noteCard).first().should('have.text', noteText);
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue