8440-createVehicleNotes #1638
|
@ -16,7 +16,10 @@ describe('Vehicle Notes', () => {
|
|||
});
|
||||
|
||||
it('Should add new note', () => {
|
||||
cy.dataCy(selectors.addNoteInput).click().type(newNoteText);
|
||||
cy.dataCy(selectors.addNoteInput)
|
||||
.should('be.visible')
|
||||
.click()
|
||||
.type(newNoteText, { delay: 100 });
|
||||
cy.dataCy(selectors.saveNoteBtn).click();
|
||||
cy.validateContent(selectors.noteCard, newNoteText);
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue