Description
The UI backend tests cannot handle a PATH_LEADER or WORK_DIR where multiple nested directories don't exist. For instance, /tmp/ocw/test would cause an issue if the user didn't already have a /tmp/ocw folder. Switching over the directory creation to use makedirs (instead of mkdir) should fix the problem.