todos-contra-el-fuego-web/cucumber/features/general.feature
2018-02-21 15:29:25 +01:00

12 lines
469 B
Gherkin

Feature: This app should generate a correct sitemap, etc
Scenario: I verify that a sitemap is generated correctly
Given the page sitemap.xml
Then I check that exist this list of pages in the sitemap
| license | License |
| terms | Terms of Service |
| credits | Credits |
| privacy | Privacy Policy |
| fires | Active Fires |
| login | Login |
| signup | Signup |