test(editor): Set 'data-test-id' in unit tests, so they match with Cypress (#5976)
This commit is contained in:
@@ -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>',
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user