We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent daa7ea5 commit 7c5ef00Copy full SHA for 7c5ef00
tests/src/footer.spec.js
@@ -2,7 +2,7 @@ import { expect, test } from '@playwright/test';
2
3
test.describe('Smoke test for footer', () => {
4
test.beforeEach(async ({ page }) => {
5
- await page.goto('/');
+ await page.goto('/test-product');
6
});
7
8
test('should test footer renders', async ({ page }) => {
tests/src/header.spec.js
test.describe('Smoke test for header', () => {
test('should test header renders', async ({ page }) => {
0 commit comments