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
|
Given a list of page urls and contents
|
||||||
| login | Login | true |
|
| login | Login | true |
|
||||||
| signup | Sign Up | true |
|
| signup | Sign Up | true |
|
||||||
|
| fires | Fires | true |
|
||||||
|
| zones | Monitored | true |
|
||||||
| recover-password | Recover Password | true |
|
| recover-password | Recover Password | true |
|
||||||
| verify-email/something | Verify | true |
|
| verify-email/something | Verify | true |
|
||||||
| fire/inexistent | This page doesn't exist | false |
|
| fire/inexistent | This page doesn't exist | false |
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,9 @@
|
||||||
this.waitForEnabled(selector, timeout);
|
this.waitForEnabled(selector, timeout);
|
||||||
});
|
});
|
||||||
this.initMyCmds = true;
|
this.initMyCmds = true;
|
||||||
} */
|
} */
|
||||||
|
|
||||||
|
client.windowHandleSize({ width: 1500, height: 1000 });
|
||||||
|
|
||||||
// server.call('fixtures/reset');
|
// server.call('fixtures/reset');
|
||||||
// server.call('emailStub/reset');
|
// server.call('emailStub/reset');
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue