Skip to content

Commit f241da4

Browse files
text update
1 parent 2c22e32 commit f241da4

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

e2e/homePageExampleTest.spec.ts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,8 @@ test('HomePage Example Test', async ({ page }) => {
66
await expect(page).toHaveTitle('Operation Code | Home');
77
});
88

9-
test('get started link', async ({ page }) => {
9+
test('learn more link', async ({ page }) => {
1010
await page.goto('https://operationcode.org/');
11-
12-
// Click the get started link.
1311
await page.getByRole('link', { name: 'learn more' }).click();
14-
15-
// Expects page to have a heading with the name of Installation.
1612
await expect(page.getByRole('heading', { name: 'about us' })).toBeVisible();
1713
});

0 commit comments

Comments
 (0)