Improved tests
This commit is contained in:
parent
fde04bb77f
commit
bbe9b1b40e
2 changed files with 5 additions and 1 deletions
|
|
@ -13,6 +13,8 @@ Feature: Test all secundary pages
|
|||
Given a list of page urls and contents
|
||||
| login | Login | true |
|
||||
| signup | Sign Up | true |
|
||||
| fires | Fires | true |
|
||||
| zones | Monitored | true |
|
||||
| recover-password | Recover Password | true |
|
||||
| verify-email/something | Verify | true |
|
||||
| fire/inexistent | This page doesn't exist | false |
|
||||
|
|
|
|||
|
|
@ -14,6 +14,8 @@
|
|||
this.initMyCmds = true;
|
||||
} */
|
||||
|
||||
client.windowHandleSize({ width: 1500, height: 1000 });
|
||||
|
||||
// server.call('fixtures/reset');
|
||||
// server.call('emailStub/reset');
|
||||
// server.call('emailStub/stub');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue