Skip to content

Commit

Permalink
WIP: trigger checks
Browse files Browse the repository at this point in the history
  • Loading branch information
yury-s committed Aug 7, 2023
1 parent 7516d6a commit dec8319
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/page/page-check.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@

import { test as it, expect } from './pageTest';


it('should check the box @smoke', async ({ page }) => {
await page.setContent(`<input id='checkbox' type='checkbox'></input>`);
await page.check('input');
Expand Down

0 comments on commit dec8319

Please sign in to comment.