8440-createVehicleNotes #1638

Merged
jtubau merged 32 commits from 8440-createVehicleNotes into dev 2025-03-31 09:01:36 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit ba5ea898c3 - Show all commits

View File

@ -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);
});
});