Skip to content

Commit

Permalink
code factor
Browse files Browse the repository at this point in the history
  • Loading branch information
kblok committed Apr 13, 2023
1 parent fe832ba commit 7dac434
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/PuppeteerSharp.Tests/PageTests/AddScriptTagTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,6 @@ public async Task ShouldWorkWithContent()
Assert.Equal(35, await Page.EvaluateExpressionAsync<int>("__injected"));
}


[PuppeteerTest("page.spec.ts", "Page.addScriptTag", "should add id when provided")]
[PuppeteerFact]
public async Task ShouldAddIdWhenProvided()
Expand Down

0 comments on commit 7dac434

Please sign in to comment.