Skip to content

Commit 6b51602

Browse files
committed
fix: e2e command
1 parent 74188e8 commit 6b51602

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/homepage_test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ const { I } = inject();
22

33
Feature('homepage');
44

5-
Before(() => {
5+
BeforeSuite(() => {
66
I.amOnPage('');
77
})
88

0 commit comments

Comments
 (0)