Skip to content

Commit 3b182a1

Browse files
committed
fix: e2e command
1 parent a2b3324 commit 3b182a1

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

test/e2e/homepage_test.ts

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,10 @@ const { I } = inject();
22

33
Feature('homepage');
44

5-
BeforeSuite(() => {
6-
I.amOnPage('');
7-
})
85

9-
Scenario('See write a test button', () => {
6+
Scenario('Home page is loaded', () => {
7+
I.amOnPage('');
108
I.waitForText('Write a Test');
11-
});
12-
13-
Scenario('See scenario detail link', () => {
149
I.waitForElement('.Scenario-detailLink');
1510
});
1611

0 commit comments

Comments
 (0)