Skip to content

Commit 2cd7547

Browse files
committed
remove unused rule definition
1 parent 123250d commit 2cd7547

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

tests/bdd/steps/global.steps.ts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,6 @@ When(
1818
},
1919
);
2020

21-
Then(
22-
"I should see the text {string}",
23-
async function (this: PlaywrightWorld, text: string) {
24-
await expect(this.requirePage().getByText(text)).toBeVisible();
25-
},
26-
);
27-
2821
Then(
2922
"I should see {article} {string} heading",
3023
async function (this: PlaywrightWorld, _article: null, heading: string) {

0 commit comments

Comments
 (0)