chore: fix lint error
This commit is contained in:
parent
69b01eb911
commit
1e5f7d2116
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
import {expect} from '@playwright/test';
|
||||
import AxeBuilder from '@axe-core/playwright';
|
||||
import {AxeBuilder} from '@axe-core/playwright';
|
||||
|
||||
export async function validate_form({page}, scope) {
|
||||
scope ??= 'form';
|
||||
|
|
Loading…
Add table
Reference in a new issue