awaitWithout await, tests run in the wrong order — this deck makes it visible
Without await, functions start but don't wait for completion. The code below is broken — 6 await keywords are missing:
Missing await is the #1 cause of test failures — flaky tests