Added more cucumber tests (wip)
This commit is contained in:
parent
fb3511b264
commit
236d06308d
6 changed files with 69 additions and 11 deletions
17
cucumber/features/pages.feature
Normal file
17
cucumber/features/pages.feature
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue