Skip to content
Snippets Groups Projects
Commit eafa7b55 authored by s87777's avatar s87777
Browse files

driver sleep eingebaut

parent 3174807d
No related branches found
No related tags found
No related merge requests found
......@@ -228,6 +228,7 @@ describe("User Management Test", function () {
const usernameInput = await driver.findElement(By.id("inputUsername"));
usernameInput.clear();
await driver.sleep(2000);
await usernameInput.sendKeys("Flo");
const emailInput = await driver.findElement(By.id("inputEmail"));
......
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