Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
After(function () {
return this.stage.theActorCalled('Apisitt').attemptsTo(
StopLocalServer.ifRunning(),
);
});
afterEach(() => Sid.attemptsTo(StopLocalServer.ifRunning()));
afterEach(() => Sid.attemptsTo(DeleteCookies.all()));
After(function () {
return this.stage.theActorCalled('Umbra').attemptsTo(
StopLocalServer.ifRunning(),
);
});