Skip to content

Commit f91a874

Browse files
committed
update
1 parent 60057c9 commit f91a874

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/pages.spec.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
const { test, expect } = require('@playwright/test');
22

33
test('homepage', async ({ page }) => {
4-
await page.goto('/');
4+
await page.goto('/rossum-sa-handbook/');
55

66
await expect(page.getByRole('heading')).toContainText('The Solution Architect\'s Handbook');
77
await expect(page.getByRole('paragraph')).toContainText('Build something cool with Rossum.ai and @mrtnzlml');
88
});
99

1010
test('main navigation (Learn button)', async ({ page }) => {
11-
await page.goto('/');
11+
await page.goto('/rossum-sa-handbook/');
1212

1313
await page.getByLabel('Main', { exact: true }).getByRole('link', { name: 'Learn' }).click();
1414
await expect(page.locator('h1')).toContainText('AI training best practices');

0 commit comments

Comments
 (0)