Skip to content

Commit 16f11cb

Browse files
committed
Tests: Fixed issue with product landing test
1 parent 8ab2810 commit 16f11cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/src/product-landing-smoke.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { runSmokeTestOnPage } from './util';
33

44
test.describe('Smoke test for landing page', () => {
55
test('should test each product landing page renders', async ({ page }) => {
6-
const products = ['test-products', 'nginx'];
6+
const products = ['test-product', 'nginx'];
77

88
for (const product of products) {
99
await page.goto(`/${product}/`);

0 commit comments

Comments
 (0)