Added more cucumber tests (wip)
This commit is contained in:
parent
fb3511b264
commit
236d06308d
6 changed files with 69 additions and 11 deletions
|
|
@ -5,13 +5,14 @@
|
|||
this.Before(() => {
|
||||
// global.expect = require('@xolvio/jasmine-expect').expect;
|
||||
|
||||
/* Not used
|
||||
if (!this.initMyCmds) {
|
||||
client.addCommand('waitForClickable', function elementClickable(selector, timeout) {
|
||||
this.waitForVisible(selector, timeout);
|
||||
this.waitForEnabled(selector, timeout);
|
||||
});
|
||||
this.initMyCmds = true;
|
||||
}
|
||||
} */
|
||||
|
||||
// server.call('fixtures/reset');
|
||||
// server.call('emailStub/reset');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue