Config file :
qa: ['./specs/log_in.js','./specs/create_position_roles.js'],
When using these specs individually, everything works fine. However, when I add one more file like below:
qa: ['./specs/log_in.js','./specs/create_project.js','./specs/create_position_roles.js'],
I encounter an error:
ElementNotVisibleError: Element is not currently visible and so may not be interacted with