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

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