features/view.feature in rufus-0.7 vs features/view.feature in rufus-0.8

- old
+ new

@@ -34,5 +34,13 @@ Scenario: Calling views in a block Given I am on the "HomePage" Then in a block can see the existence of views "rufus", "exists" and "displayed" + Scenario: Getting text of a view + Given I am on the "HomePage" + Then I can see the view defined "label" has text "Rufus Label" + + Scenario: Getting the class of a view + Given I have created a valid appium driver for iOS + And I am on the "HomePage" + Then I can determine the view defined "label" is of type "UIAStaticText"