Artem Usov

Results 2 comments of Artem Usov

@gregberge Hi, what if you add `page.title()` into variable and not into expect itself? ```describe('Single Property', () => { beforeAll(async () => { await page.setViewport({width: 1366, height: 768}); await page.goto('http://localhost:3000');...