使用 xxx 时,我的夹具方法是否应该知道this.userId我是否已登录?
'userId': function () {
console.log("#################");
console.log("################# USERID: ", this.userId);
console.log("#################");
}
null当从步骤定义中调用时,它总是会打印出来。
使用 xxx 时,我的夹具方法是否应该知道this.userId我是否已登录?
'userId': function () {
console.log("#################");
console.log("################# USERID: ", this.userId);
console.log("#################");
}
null当从步骤定义中调用时,它总是会打印出来。