Skip to content

Commit 7c5ef00

Browse files
committed
Tests: Updated tests
1 parent daa7ea5 commit 7c5ef00

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/src/footer.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { expect, test } from '@playwright/test';
22

33
test.describe('Smoke test for footer', () => {
44
test.beforeEach(async ({ page }) => {
5-
await page.goto('/');
5+
await page.goto('/test-product');
66
});
77

88
test('should test footer renders', async ({ page }) => {

tests/src/header.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { expect, test } from '@playwright/test';
22

33
test.describe('Smoke test for header', () => {
44
test.beforeEach(async ({ page }) => {
5-
await page.goto('/');
5+
await page.goto('/test-product');
66
});
77

88
test('should test header renders', async ({ page }) => {

0 commit comments

Comments
 (0)