-
Task
-
Resolution: Won't Fix
-
L3 - Default
-
None
-
None
Acceptance Criteria (Required on creation):
In most tests we rely on the RPA Bridge to do some work before we can test a certain scenario (e.g. fetch an external task, complete an RPA bot). We use Thread.sleep to do that. This means that the test will always take at least the amount of time in Thread.sleep although the criteria for the setup can already be met earlier.
We should check if we can introduce something like awaitiliy to let the test only wait for as long as necessary.