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.
2 parents 3636158 + 197f941 commit 6db5334Copy full SHA for 6db5334
tests/page/page-check.spec.ts
@@ -21,6 +21,7 @@ it('should check the box @smoke', async ({ page }) => {
21
await page.setContent(`<input id='checkbox' type='checkbox'></input>`);
22
await page.check('input');
23
expect(await page.evaluate(() => window['checkbox'].checked)).toBe(true);
24
+
25
});
26
27
it('should not check the checked box', async ({ page }) => {
0 commit comments