Skip to content

Commit

Permalink
fix: e2e command
Browse files Browse the repository at this point in the history
  • Loading branch information
kobenguyent committed Feb 26, 2024
1 parent 74188e8 commit 6b51602
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/homepage_test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const { I } = inject();

Feature('homepage');

Before(() => {
BeforeSuite(() => {
I.amOnPage('');
})

Expand Down

0 comments on commit 6b51602

Please sign in to comment.