Skip to content

Commit

Permalink
adding to non-legacy tests
Browse files Browse the repository at this point in the history
  • Loading branch information
AdnoC committed Oct 23, 2023
1 parent 263478c commit 2273530
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/selenium/test/AxeBuilderTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,9 @@ private static void SetupVerifiableAxeInjectionCall()
jsExecutorMock
.Setup(js => js.ExecuteScript(EmbeddedResourceProvider.ReadEmbeddedFile("runPartialExists.js")))
.Returns(true);
jsExecutorMock
.Setup(js => js.ExecuteScript(EmbeddedResourceProvider.ReadEmbeddedFile("frameIsReady.js")))
.Returns(true);
jsExecutorMock
.Setup(js => js.ExecuteScript(EmbeddedResourceProvider.ReadEmbeddedFile("getFrameContexts.js"), It.IsAny<object>()))
.Returns("[]");
Expand Down

0 comments on commit 2273530

Please sign in to comment.