Concept Flow - Testing async code
Start Test
Call async function
Wait for async result
Check result
Pass
End Test
The test starts by calling the async function, waits for its result, then checks if the result matches the expectation to pass or fail the test.