Skip to content

Commit

Permalink
attempt to fix flaky test
Browse files Browse the repository at this point in the history
  • Loading branch information
cmoinier committed Oct 29, 2024
1 parent 4431614 commit 13f7d03
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 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,7 @@ describe('record-actions', () => {
}).as('insertRecord')
cy.get('md-editor-publish-button').click()
cy.wait('@insertRecord')
cy.get('@abstractField').clear()
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 13f7d03

Please sign in to comment.