Skip to content

Commit

Permalink
Removing uneeded browser parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
DemeSzabolcs committed Dec 20, 2023
1 parent c52354c commit a2ad26b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public BehaviorWalkthroughsTests(ITestOutputHelper testOutputHelper)
}

[Fact]
public Task WalkthroughsShouldWorkCorrectly(Browser browser) =>
public Task WalkthroughsShouldWorkCorrectly() =>
ExecuteTestAsync(
async context =>
{
Expand Down

0 comments on commit a2ad26b

Please sign in to comment.