Skip to content

Commit e006da2

Browse files
committed
Fixed path to BlazorApp
1 parent d653ee0 commit e006da2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Behavioral.Automation.Selenium/Behavioral.Automation.DemoBindings/Bootstrapper.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ private static bool IsConnectionEstablished()
4141

4242
private static void RunTestApp()
4343
{
44-
string testAppPath = Path.Combine(AppDomain.CurrentDomain.BaseDirectory, "..", "..", "..", "..", "src",
44+
string testAppPath = Path.Combine(AppDomain.CurrentDomain.BaseDirectory, "..", "..", "..", "..", "..", "src",
4545
"BlazorApp");
4646

4747
_coreRunProcess = new Process

Behavioral.Automation.Selenium/Behavioral.Automation.DemoScenarios/Behavioral.Automation.DemoScenarios.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<ItemGroup>
1212
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.1.0" />
13-
<PackageReference Include="Selenium.WebDriver.ChromeDriver" Version="100.0.4896.6000" />
13+
<PackageReference Include="Selenium.WebDriver.ChromeDriver" Version="102.0.5005.6102" />
1414
<PackageReference Include="SpecFlow" Version="3.9.69" />
1515
<PackageReference Include="SpecFlow.NUnit" Version="3.9.69" />
1616
<PackageReference Include="SpecFlow.Tools.MsBuild.Generation" Version="3.9.69" />

0 commit comments

Comments
 (0)