How to Solve NameError: name 'wait_job_done' is not defined -- tests

Solution: Import the 'wait_job_done' module

# Add the following line to the top of your code
from tests.utils import wait_job_done

 

For more information:
tests wait_job_done