Add dashboard acceptance tests #3453
Annotations
3 errors
src/stores/HeartbeatsStore.spec.ts > HeartbeatsStore tests > healthchecks total > some not heart beating with no tracking:
src/Frontend/src/stores/HeartbeatsStore.spec.ts#L110
AssertionError: expected 3 to be 2 // Object.is equality
- Expected
+ Received
- 2
+ 3
❯ src/stores/HeartbeatsStore.spec.ts:110:43
|
src/stores/HeartbeatsStore.spec.ts > HeartbeatsStore tests > healthy endpoints > sort by:
src/Frontend/src/stores/HeartbeatsStore.spec.ts#L324
AssertionError: expected 'Oliver' to be 'John' // Object.is equality
Expected: "John"
Received: "Oliver"
❯ src/stores/HeartbeatsStore.spec.ts:324:26
|
Windows
Process completed with exit code 1.
|