Added more cucumber tests (wip)

This commit is contained in:
vjrj 2018-02-01 17:45:04 +01:00
parent fb3511b264
commit 236d06308d
6 changed files with 69 additions and 11 deletions

View file

@ -0,0 +1,17 @@
@watch
Feature: Test all secundary pages
Scenario: Check that all secondary pages work well
Given a list of page ids and contents
| license | License |
| tos | Terms of Service |
| credits | Credits |
| privacy | Privacy Policy |
| activeFires | Active Fires |
Then I check that all pages works properly
Scenario: Check that other non visible pages work well
Given a list of non visible pages ids and contents
| status | Status |
| error | Upps |
Then I check that all non visible pages works properly