Skip to content

Commit

Permalink
Move flaky example to separate test
Browse files Browse the repository at this point in the history
  • Loading branch information
andrcuns committed Dec 4, 2023
1 parent 4ef91f0 commit c44f869
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
6 changes: 6 additions & 0 deletions features/flaky.feature
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Feature: flaky test example

Scenario: Passes on the second try
Given I am a flaky test
When I run this test
Then it passes on the second try
5 changes: 0 additions & 5 deletions features/google.feature
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,3 @@ Feature: Using Google
gitlab.com
"""
Then I should see gitlab icon

Scenario: Passes on the second try
Given I am a flaky test
When I run this test
Then it passes on the second try

0 comments on commit c44f869

Please sign in to comment.