Skip to content

Commit

Permalink
Fixed a handful of tests which failed when run in isolation
Browse files Browse the repository at this point in the history
  • Loading branch information
wwestrop committed Sep 30, 2021
1 parent 18afb37 commit cca2e85
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 cca2e85

Please sign in to comment.