Closed monbro closed 10 years ago
okay I had to remove the bit
afterEach(function() {
var ready = false;
helper.postBackCoverage().then(function () {
ready = true;
});
waitsFor(function () {
return ready;
}, "Coverage didn't postback", 10000);
});
from my sepc as they do not work proper somehow. I do have multiple spec files in the acceptance folder.
Unfortunately when I am going to test a get request for a page it will responde with
this only happens when the page response with a statuscode 401 instead of a 200.