Thanks for your solution! but its still not clear ...
# e2e-testing
b
Thanks for your solution! but its still not clear for me where to create this array errorHosts?
a
Anywhere that is in scope really, I'd usually put them at the top of the file. Just
const errorHosts = ['X', 'Y', 'Z']
. You can even have them in a separate file if it becomes a large list
b
thanks again! i created a separate as you suggested but i dont know why there is an issue with import
a
This is webstorm? Try removing the import and then highlighting the red text and letting webstorm import it for you
is it maybe the wrong relative directory?
option+enter to do that automatically
4 Views