We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af970c7 commit cbe7c48Copy full SHA for cbe7c48
test/e2e/homepage_test.ts
@@ -6,6 +6,5 @@ Feature('homepage');
6
Scenario('Home page is loaded', () => {
7
I.amOnPage('');
8
I.waitForText('Write a Test');
9
- I.waitForElement('.Scenario-detailLink');
10
});
11
0 commit comments