Stop tracking chromedriver.exe
This commit is contained in:
BIN
Binary file not shown.
@@ -12,7 +12,7 @@ public class TestPropManager {
|
||||
try (FileInputStream fis = new FileInputStream("environment.properties")) {
|
||||
properties.load(fis);
|
||||
} catch (IOException e) {
|
||||
throw new RuntimeException("Не удалось загрузить environment.properties", e);
|
||||
throw new RuntimeException("Неудалось загрузить environment.properties", e);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user