Skip to content
Snippets Groups Projects
Commit 3910f4af authored by Atte Keinänen's avatar Atte Keinänen
Browse files

Remove the accidental fdescribe

parent bf8c4a6e
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@ jasmine.DEFAULT_TIMEOUT_INTERVAL = 60000;
describeE2E("auth/login", () => {
let sessionId;
fdescribe("has no cookie", () => {
describe("has no cookie", () => {
beforeEach(async () => {
await driver.get(`${server.host}/`);
await driver.manage().deleteAllCookies();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment