Skip to content

Commit

Permalink
Merge pull request #223 from wwestrop/master
Browse files Browse the repository at this point in the history
Fixes tests which fail when run in isolation
  • Loading branch information
sbowler committed May 24, 2023
2 parents 926aa2a + cca2e85 commit 63ae816
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,14 @@ namespace Coypu.Tests.When_interacting_with_the_browser
[TestFixture]
public class When_finding_state
{
[SetUp]
public void SetUp()
{
SessionConfiguration = new SessionConfiguration();
}

internal BrowserSession BuildSession(TimingStrategy timingStrategy)
{
SessionConfiguration = new SessionConfiguration();
return TestSessionBuilder.Build(SessionConfiguration,new FakeDriver(), timingStrategy, new FakeWaiter(), null, null);
}

Expand Down

0 comments on commit 63ae816

Please sign in to comment.