examples/AcouchiSample/features/write_text.feature in acouchi-0.0.2 vs examples/AcouchiSample/features/write_text.feature in acouchi-0.0.3
- old
+ new
@@ -3,5 +3,20 @@
Scenario: Write Text
When I write the text "this is some text"
Then I see "this is some text"
When I clear the text
Then I do not see "this is some text"
+
+ Scenario: Clickety Click
+ Then I see one button
+ And it has the text "clicky click"
+
+ Scenario: Click text
+ When I click the text "click this text"
+ And I click the text "WELL DONE"
+ Then I see "WELL DONE"
+
+ Scenario: Content
+ Then I see the content "click this text"
+
+ Scenario: Views
+ Then I see all views