when using xxx shouldnt my fixture methods be aware of this.userId
if I am logged in?
'userId': function () {
console.log("#################");
console.log("################# USERID: ", this.userId);
console.log("#################");
}
This always prints null
when called from a step definition.