Fix failing test

Signed-off-by: Jasper Boeijenga <jboeijenga@gmail.com>
This commit is contained in:
Jasper Boeijenga
2024-09-02 08:35:07 +02:00
parent 909b613598
commit f11bc722f2
@@ -140,7 +140,7 @@ describe('TemplateWizardPage', () => {
// And the "Create" button should have fired an event
expect(analyticsMock.getEvents()[1]).toMatchObject({
action: 'create',
subject: 'expected-name',
subject: 'test',
context: { entityRef: 'template:default/test' },
value: 120,
});