diff --git "a/Ruby for QA/Unit\303\241rios/Steps_definition/automation_01.feature" "b/Ruby for QA/Unit\303\241rios/Steps_definition/automation_01.feature" index b669bcd..6752549 100644 --- "a/Ruby for QA/Unit\303\241rios/Steps_definition/automation_01.feature" +++ "b/Ruby for QA/Unit\303\241rios/Steps_definition/automation_01.feature" @@ -4,8 +4,21 @@ Scenario: Search button and click And see botton buy When click in this botton -Scenario: Search button and click +Scenario: Second button and click + Given i'm in home page + And see botton buy + And give data + When click in this botton + +Scenario: Third button and click Given i'm in home page And see botton buy And give data When click in this botton + +Scenario: Search button and click + Given i'm in home page + And see botton buy + And give data + When click in this bottonns + When click in this bottonn