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

TestFinalBelieve

parent 5b92108e
No related branches found
No related tags found
No related merge requests found
Pipeline #50310 failed
......@@ -125,6 +125,7 @@ describe("User Management Test", function () {
() => false,
(error: Error) => error.toString().includes("no such element")
);
await driver.sleep(1000);
assert.strictEqual(isMaxDeleted, true, "Der Benutzer 'Max' wurde nicht gelöscht.");
}, 10000);
......
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