mirror of
https://github.com/prymitive/karma
synced 2026-05-17 04:16:42 +00:00
fix(ci): update e2e tests
This commit is contained in:
@@ -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",
|
||||
])
|
||||
);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user