Merge pull request #7598 from SDA-SE/feat/graph-analytics

Catalog graph analytics
This commit is contained in:
Oliver Sand
2021-10-18 20:44:46 +02:00
committed by GitHub
6 changed files with 112 additions and 9 deletions
+1 -1
View File
@@ -287,7 +287,7 @@ describe('SomeComponent', () => {
await waitFor(() => {
expect(apiSpy.getEvents()[0]).toMatchObject({
action: 'expected action',
subject: 'expected subject'',
subject: 'expected subject',
attributes: {
foo: 'bar',
},