features/element.feature in cello-0.0.17 vs features/element.feature in cello-0.0.19

- old
+ new

@@ -1,74 +1,74 @@ Feature: Element As a developer I want use element to run my tests Scenario: Click at the element - Given I am on a page that has a element + Given I am on a page that has an element And that element is named as: | checkbox | | text_field | | textarea | | radios | Then I want click on this element Scenario: Know if the element is visible - Given I am on a page that has a element + Given I am on a page that has an element And that element is named as: | checkbox | | text_field | | textarea | | radios | Then I want know if this element is visible Scenario: Know if the element is enable - Given I am on a page that has a element + Given I am on a page that has an element And that element is named as: | checkbox | | text_field | | textarea | | radios | Then I want know if this element is enable Scenario: Know if the element exists - Given I am on a page that has a element + Given I am on a page that has an element And that element is named as: | checkbox | | text_field | | textarea | | radios | Then I want know if this element exists Scenario: Right click at the element - Given I am on a page that has a element + Given I am on a page that has an element And that element is named as: | checkbox | | text_field | | textarea | | radios | Then I shoud be able to click with the right button in this element @pending Scenario: Wait until the element is gone - Given I am on a page that has a element + Given I am on a page that has an element And that element is named as: | checkbox | | text_field | | textarea | | radios | @pending Scenario: Wait until the element is present - Given I am on a page that has a element + Given I am on a page that has an element And that element is named as: | checkbox | | text_field | | textarea | | radios | @pending Scenario: get the location of it - Given I am on a page that has a element + Given I am on a page that has an element And that element is named as: | checkbox | | text_field | | textarea | | radios |