Created
December 13, 2010 18:59
-
-
Save plagelao/739414 to your computer and use it in GitHub Desktop.
Some cucumber scenarios
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#Mi escenario | |
Scenario: I visit the homepage with the spanish cookie | |
Given I have selected spanish as default language | |
When I request the home page | |
Then I should see "software que amarás" | |
#Escenario con Aimee | |
Scenario: I visit the homepage with the spanish cookie | |
Given I have selected "es" as default locale | |
When I request the home page | |
Then I should see the Spanish version of the site |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment