Stop tracking chromedriver.exe

This commit is contained in:
Александров Александр Владимирович 2025-06-23 23:59:52 +03:00
parent d201ad8bfb
commit 71996a4df7
3 changed files with 1 additions and 1 deletions

BIN
.gitignore vendored

Binary file not shown.

View File

@ -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.