diff --git a/test/reporter-cucumber-html/features/failing-bg/error.feature b/test/reporter-cucumber-html/features/failing-bg/error.feature index 1438a27c..b3b94de1 100644 --- a/test/reporter-cucumber-html/features/failing-bg/error.feature +++ b/test/reporter-cucumber-html/features/failing-bg/error.feature @@ -1,4 +1,4 @@ -Feature: failing-bg +Feature: error-in-bg Background: Given step with page diff --git a/test/reporter-cucumber-html/features/failing-bg/timeout.feature b/test/reporter-cucumber-html/features/failing-bg/timeout.feature new file mode 100644 index 00000000..85b089b1 --- /dev/null +++ b/test/reporter-cucumber-html/features/failing-bg/timeout.feature @@ -0,0 +1,11 @@ +Feature: timeout-in-bg + + Background: + Given step with page + Given timeouted step + + Scenario: scenario 1 + Given Action 1 + + Scenario: scenario 2 + Given Action 2