Skip to content

Commit

Permalink
e2e(ME): attempt to fix random error on disabled textarea
Browse files Browse the repository at this point in the history
  • Loading branch information
jahow committed Oct 28, 2024
1 parent b3e5118 commit 79f6d58
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/metadata-editor-e2e/src/e2e/record-actions.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ describe('record-actions', () => {
}).as('insertRecord')
cy.get('md-editor-publish-button').click()
cy.wait('@insertRecord')
cy.get('@abstractField').click()
cy.get('@abstractField').type('{selectAll}{backspace}')
cy.get('@abstractField').type('draft abstract')
// Assert that the draft exists in the local storage
cy.editor_readFormUniqueIdentifier().then((uniqueIdentifier) =>
Expand Down

0 comments on commit 79f6d58

Please sign in to comment.