We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0af134 commit 2d5f9daCopy full SHA for 2d5f9da
website/tests/e2e/basic.spec.js
@@ -2,7 +2,7 @@ import { test, expect } from "@playwright/test";
2
3
test("Homepage loads correctly", async ({ page }) => {
4
await page.goto("/");
5
- await expect(page).toHaveTitle(/IWC/);
+ await expect(page).toHaveTitle(/Intergalactic Workflow Commission/);
6
await expect(page.locator("body")).toContainText("Galaxy IWC - Workflow Library");
7
});
8
0 commit comments