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 5525da0 commit 1bdf484Copy full SHA for 1bdf484
tests/playwright/category.spec.js
@@ -3,6 +3,7 @@ import { test, expect } from '@playwright/test'
3
test('category with simple products', async ({ page }) => {
4
await page.goto(process.env.CATEGORY_URL_SIMPLE)
5
await page.evaluate(() => window.scrollTo(0, document.body.scrollHeight))
6
+ await expect(page.getByTestId('newsletter-email')).toBeVisible()
7
await expect(page).toHaveScreenshot({ fullPage: true })
8
})
9
0 commit comments