Skip to content

Commit

Permalink
Update with_links_test.ts
Browse files Browse the repository at this point in the history
Fixed typo on Scenario.
  • Loading branch information
caiogevegir authored Aug 17, 2023
1 parent bea483c commit 5bd15cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/allure-cucumberjs/test/specs/with_links_test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const dataSet: { [name: string]: ITestFormatterOptions } = {
" Rule: c\n" +
"\n" +
" @issue=3 @tms=4\n" +
" Scenario: d\n" +,
" Scenario: d\n" +
" Given a step\n" +
" When do something\n" +
" Then get something\n",
Expand Down

0 comments on commit 5bd15cf

Please sign in to comment.