Skip to content

Commit 6db5334

Browse files
authored
chore: test pr
2 parents 3636158 + 197f941 commit 6db5334

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/page/page-check.spec.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ it('should check the box @smoke', async ({ page }) => {
2121
await page.setContent(`<input id='checkbox' type='checkbox'></input>`);
2222
await page.check('input');
2323
expect(await page.evaluate(() => window['checkbox'].checked)).toBe(true);
24+
2425
});
2526

2627
it('should not check the checked box', async ({ page }) => {

0 commit comments

Comments
 (0)