We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7a9b2f commit a10e6b9Copy full SHA for a10e6b9
e2e/home.spec.ts
@@ -0,0 +1,6 @@
1
+import { test, expect } from '@playwright/test';
2
+
3
+test('home page', async ({ page }) => {
4
+ await page.goto('/');
5
+ await expect(page).toHaveTitle(/Search the CPAN - metacpan.org/, { timeout: 10 });
6
+});
0 commit comments