Skip to content

Commit

Permalink
test for failing check
Browse files Browse the repository at this point in the history
Signed-off-by: Mirjam Aulbach <[email protected]>
  • Loading branch information
programmiri committed Aug 7, 2024
1 parent 5faa496 commit 65c1983
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/tests/basic-health-check.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ test("has title", async ({ page }) => {
await page.goto("/");

await expect(page).toHaveTitle(
"Klaw | Kafka Self-service Topic Management Portal",
"Klaw | Kafka Self-service Topic Management Portalsssssssss",
);
});

Expand Down

0 comments on commit 65c1983

Please sign in to comment.