test: refs #8484 enhance claimNotes test to ensure note visibility after saving
gitea/salix-front/pipeline/pr-dev There was a failure building this commit
Details
gitea/salix-front/pipeline/pr-dev There was a failure building this commit
Details
This commit is contained in:
parent
e31361fc9b
commit
b63be407d4
|
@ -10,6 +10,6 @@ describe('ClaimNotes', () => {
|
|||
const message = 'This is a new message.';
|
||||
cy.get('.q-textarea').type(message);
|
||||
cy.get(saveBtn).click();
|
||||
cy.get(firstNote).should('have.text', message);
|
||||
cy.get(firstNote).should('be.visible').should('have.text', message);
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue