Loading tests/support/pages/steps/Form.js +1 −1 Original line number Diff line number Diff line Loading @@ -270,7 +270,7 @@ define([ return this.parent; } else { return this.parent .then(lang.hitch(this, expandItem, args)); .then(lang.hitch(this.parent, expandItem, args)); } }); } Loading Loading
tests/support/pages/steps/Form.js +1 −1 Original line number Diff line number Diff line Loading @@ -270,7 +270,7 @@ define([ return this.parent; } else { return this.parent .then(lang.hitch(this, expandItem, args)); .then(lang.hitch(this.parent, expandItem, args)); } }); } Loading