Skip to content

Commit

Permalink
test: fix for win
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalets committed Apr 30, 2024
1 parent 63ff23f commit 08bff33
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions test/reporter-cucumber-html/features/sample.feature
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ Feature: rich feature
Background:
Given step failing for scenario "Failing by background step"

# - Increased timeout b/c this test opens page
@timeout:10_000
Scenario: Failing by step
Given failing step

Expand Down Expand Up @@ -34,9 +36,9 @@ Feature: rich feature
Given step that uses failingAfterFixtureWithStep
When Action 4

# if this scenario name changed, snapshot file names should also change
# increase timeout b/c this test opens page
@timeout:10000
# - If this scenario name changed, snapshot file names should also change
# - Increased timeout b/c this test opens page
@timeout:10_000
Scenario: failing match snapshot
When open page "https://example.com"
Then page title snapshot matches the golden one
Expand Down

0 comments on commit 08bff33

Please sign in to comment.