Fixing generated tests
This commit is contained in:
@@ -8,7 +8,7 @@ namespace AOW4.SeleniumTests.Tests;
|
||||
public abstract class BaseTest
|
||||
{
|
||||
protected IWebDriver Driver = null!;
|
||||
protected string BaseUrl => System.Environment.GetEnvironmentVariable("BASE_URL") ?? "http://localhost:5000";
|
||||
protected string BaseUrl => "http://localhost:5212/";
|
||||
|
||||
[OneTimeSetUp]
|
||||
public void GlobalSetup()
|
||||
|
||||
Reference in New Issue
Block a user