I now want to deal with the topic of testing and in all tutorials when it comes to dependencies written so
androidTestCompile 'com.android.support.test.uiautomator:uiautomator-v18:2.1.2' but in my case, this way I received any errors, then the import does not find something else. As soon as I changed everything androidTestCompile to testCompile everything works as it should ...
So I think nothing will happen if you leave it like that?