Wait for requests when checking for project files
Use Page Object methods that invoke has_element? because it calls wait_for_requests, which will wait for the files to load, and then it will be safe for the test to check for file names and file content
Showing
Please register or sign in to comment