features-skeleton/my_first.feature in calabash-cucumber-0.9.68 vs features-skeleton/my_first.feature in calabash-cucumber-0.9.70

- old
+ new

@@ -2,7 +2,11 @@ As an iOS developer I want to have a sample feature file So I can begin testing quickly Scenario: Example steps - Given the app is running - Then take picture + Given I am on the Welcome Screen + When I swipe left + Then I wait until I don't see "Please swipe left" + And take picture + +