From 08bff330e00c312c54683b6ae0a9d25b26438952 Mon Sep 17 00:00:00 2001 From: Vitaliy Potapov Date: Tue, 30 Apr 2024 11:12:59 +0400 Subject: [PATCH] test: fix for win --- test/reporter-cucumber-html/features/sample.feature | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/test/reporter-cucumber-html/features/sample.feature b/test/reporter-cucumber-html/features/sample.feature index bd0f3846..30d7c6f3 100644 --- a/test/reporter-cucumber-html/features/sample.feature +++ b/test/reporter-cucumber-html/features/sample.feature @@ -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 @@ -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