Skip to content

Commit 80c27ca

Browse files
oops
1 parent 6fe54fa commit 80c27ca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • SecurityService.OpenIdConnect.IntegrationTests/Common

SecurityService.OpenIdConnect.IntegrationTests/Common/Hooks.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ public void AfterScenario()
6666
public async Task BeforeScenario()
6767
{
6868
String? browser = Environment.GetEnvironmentVariable("Browser");
69-
browser = "Edge";
69+
//browser = "Edge";
7070
if (browser == null || browser == "Chrome")
7171
{
7272
ChromeOptions options = new ChromeOptions();

0 commit comments

Comments
 (0)