Skip to content

Commit 1f03190

Browse files
committed
update
1 parent f05e03f commit 1f03190

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

tests/navigation.spec.js

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,10 @@ const { test, expect } = require('@playwright/test');
33
test('homepage', async ({ page }) => {
44
await page.goto('/');
55

6-
await expect(page.getByRole('heading')).toContainText('The Solution Architect\'s Handbook');
7-
await expect(page.getByRole('paragraph')).toContainText('Build something cool with Rossum.ai and @mrtnzlml');
6+
await expect(page.getByRole('heading')).toContainText("The Solution Architect's Handbook");
7+
await expect(page.getByRole('paragraph')).toContainText(
8+
'Learn how to use Rossum.ai from a Solution Architect',
9+
);
810
});
911

1012
test('main navigation (Learn button)', async ({ page }) => {

0 commit comments

Comments
 (0)