Skip to content

Commit

Permalink
e2e(me): fix edit test
Browse files Browse the repository at this point in the history
  • Loading branch information
jahow committed Sep 30, 2024
1 parent 84ef5d8 commit 177e6ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/metadata-editor-e2e/src/e2e/edit.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@ describe('editor form', () => {
).clear()
cy.get(
'gn-ui-modal-dialog [data-cy="identifier-in-service"] input'
).type('new identifier')
).type('{selectAll}{backspace}new identifier')
cy.get('gn-ui-modal-dialog [data-cy=confirm-button]').click()
cy.editor_publishAndReload()
cy.get('@resourcePageBtn').click()
Expand Down

0 comments on commit 177e6ab

Please sign in to comment.