diff --git a/tests/e2e/shared/forms.js b/tests/e2e/shared/forms.js index 586dd0ca38..1027dae5ed 100644 --- a/tests/e2e/shared/forms.js +++ b/tests/e2e/shared/forms.js @@ -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';