test(editor): Set 'data-test-id' in unit tests, so they match with Cypress (#5976)

This commit is contained in:
Csaba Tuncsik
2023-04-14 13:17:20 +02:00
committed by GitHub
parent dc0055fc5c
commit ee7d5a841e
6 changed files with 31 additions and 28 deletions

View File

@@ -19,7 +19,7 @@ const renderComponent = (renderOptions: Parameters<typeof render>[1] = {}) =>
pinia,
stubs: {
'n8n-button': {
template: '<button data-testid="sso-button"></button>',
template: '<button data-test-id="sso-button"></button>',
},
},
},