project/features/iOS/iOS_test.feature in Ifd_Mobile-0.1.4 vs project/features/iOS/iOS_test.feature in Ifd_Mobile-0.1.5

- old
+ new

@@ -1,17 +1,15 @@ -Feature: Demo - - As a iPhone user - I want to Demo app - So that I can make the test for Demo section - @ios_demo - Scenario: Navigate - Given I have App running with appium - When I input text "4" on "textbox1" -# And I input text "4" on "textbox2" -# And I click on "button_sum" -# Then I verify property "result" with "value" has value "8" -# When I click on "show_alert" -# Then I verify property "alert title" with "name" has value "Cool title" -# And I accept alert - * I rotate device to landscape - * I rotate device to portrait +Feature: Demo + + As a iPhone user + I want to Demo app + So that I can make the test for Demo section + @ios_demo + Scenario: Navigate + Given I have App running with appium + When I input text "4" on "textbox1" + And I input text "4" on "textbox2" + And I click on "button_sum" + Then I verify property "result" with "value" has value "8" + When I click on "show_alert" + Then I verify property "alert title" with "name" has value "Cool title" + And I accept alert