Switch to http?

This commit is contained in:
2023-01-30 13:32:20 -06:00
parent 1a1f405262
commit 4a2ee6e48d

View File

@ -26,7 +26,7 @@ public class QSeleniumLib
public final WebDriver driver;
private long WAIT_SECONDS = 10;
private String BASE_URL = "https://localhost:3001";
private String BASE_URL = "http://localhost:3001";
private boolean SCREENSHOTS_ENABLED = true;
private String SCREENSHOTS_PATH = "/tmp/";