fix(ci): update e2e tests

This commit is contained in:
Łukasz Mierzwa
2021-07-23 12:53:33 +01:00
committed by GitHub
parent 19228fa754
commit 619d6a6d08

View File

@@ -36,9 +36,9 @@ describe("Demo", () => {
await expect(alertGroups.length).toBeGreaterThan(10);
await expect(alertGroups).toEqual(
expect.arrayContaining([
"alertname: Inhibition Test Alertcluster: prod1",
"alertname: Disk Free Lowcluster: prod10",
"alertname: Time Annotationcluster: prod1",
"Inhibition Test Alertcluster: prod1",
"Disk Free Lowcluster: prod10",
"Time Annotationcluster: prod1",
])
);
});