chore: fix lint error

This commit is contained in:
Michael Kriese 2024-09-16 08:33:39 +02:00
parent d52c5a4b55
commit 17a7976962
No known key found for this signature in database
GPG key ID: F8D7748549A5986A

View file

@ -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';