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