Skip to content
Snippets Groups Projects
Commit 3dcaf3de authored by Jens Grochtdreis's avatar Jens Grochtdreis
Browse files

Teaser Spec angefangen

parent 2878ccbe
No related branches found
No related tags found
No related merge requests found
const playwright = require('playwright');
const { test,expect} = require('@playwright/test');
test("Haupt-Teaser", async({page}) => {
await page.goto("https://www.swr.de/index.html");
await expect(page.locator('.container-masterheadline + .container')).toHaveScreenshot("teaser/main-teaser-startseite.png");
})
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment