We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05c1365 commit 6600086Copy full SHA for 6600086
src/renderer/extensions/vueNodes/components/NodeHeader.test.ts
@@ -169,7 +169,7 @@ describe('NodeHeader.vue', () => {
169
await wrapper.get('[data-testid="node-header-1"]').trigger('dblclick')
170
const input = wrapper.get('[data-testid="node-title-input"]')
171
await input.setValue('Should Not Save')
172
- await input.trigger('keyup.escape')
+ await input.trigger('keydown.escape')
173
174
// Should not emit update:title
175
expect(wrapper.emitted('update:title')).toBeFalsy()
0 commit comments