Skip to content

Commit

Permalink
updated test.js
Browse files Browse the repository at this point in the history
  • Loading branch information
renaldox committed Mar 24, 2024
1 parent 1150811 commit 2a8f220
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ test('Hero section has expected p', async ({ page }) => {
await page.goto('/');
await expect(
page.getByText(
'Press Join us Now to find out more about becoming a Samoa Stack Overflow Member'
'Press Join us Now to find out more about becoming a Samoa Code Hub Member'
)
).toBeVisible();
});

test('Media section has expected h1', async ({ page }) => {
await page.goto('/');
await expect(page.getByText('Samoa Stack Overflow Meet Ups')).toBeVisible();
await expect(page.getByText('Samoa Code Hub Meet Ups')).toBeVisible();
});

test('Contact section has expected h1', async ({ page }) => {
Expand Down

0 comments on commit 2a8f220

Please sign in to comment.