E2ETests: Use ElwigTestDB.sqlite3 instead of default

This commit is contained in:
2024-07-08 13:05:21 +02:00
parent 6b48a1090c
commit 34178105a7
11 changed files with 67 additions and 31 deletions

@ -6,7 +6,7 @@
[OneTimeSetUp]
public void Setup() {
Session = new(Utils.ApplicationPath, WinAppDriver.WinAppDriverUrl);
Session = new(Utils.ApplicationPath, Utils.ConfigPath, WinAppDriver.WinAppDriverUrl);
}
[OneTimeTearDown]