Closed Qix- closed 9 years ago
lol you typed js arrya slice
.
Wat was smart enough to auto-correct it, but my Tour code wasn't:
tour.step(1)
.begin(start1)
.expect("command", function (data, cb) {
cb(data.command === 'js array slice');
})
.reject('Err.. wrong command.')
.wait(1000)
.end(end1)
Fixed it to be more lenient.
(That "Er... Wrong Command" was the Tour talking)
Published the fix :)
So this happened. Got
Err... wrong command
when the comment was corrected.