Skip to content
Snippets Groups Projects
Commit 749b79f0 authored by Florian Azizian's avatar Florian Azizian
Browse files

FIX #13670 TIME 0:05 fix front test

parent 7631d4e0
No related branches found
No related tags found
No related merge requests found
...@@ -23,8 +23,6 @@ describe('Login to app', function() { ...@@ -23,8 +23,6 @@ describe('Login to app', function() {
browser.sleep(500); browser.sleep(500);
} }
}); });
element(by.id('alertComponentClose')).click();
browser.sleep(500);
element(by.id('login')).sendKeys('bblier'); element(by.id('login')).sendKeys('bblier');
browser.sleep(500); browser.sleep(500);
element(by.id('password')).sendKeys('maarch'); element(by.id('password')).sendKeys('maarch');
......
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