Improved tests

This commit is contained in:
vjrj 2018-02-12 13:07:23 +01:00
parent fde04bb77f
commit bbe9b1b40e
2 changed files with 5 additions and 1 deletions

View file

@ -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 |

View file

@ -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');