Skip to content

Commit f4b64ba

Browse files
committed
Run A11y check synchronously
1 parent 25819b8 commit f4b64ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/bear-plus.spec.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Feature('Bear Plus')
22

3-
Scenario('Renders and asserts Bear Plus home page', ({
3+
Scenario('Renders and asserts Bear Plus home page', async ({
44
I,
55
HomePage,
66
}) => {
@@ -12,5 +12,5 @@ Scenario('Renders and asserts Bear Plus home page', ({
1212

1313
// I.checkA11y()
1414

15-
I.runA11yCheck()
15+
await I.runA11yCheck()
1616
})

0 commit comments

Comments
 (0)