Skip to content

Commit f655b61

Browse files
committed
tag one more test correctly
1 parent 4337a69 commit f655b61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/PuppeteerSharp.Tests/NavigationTests/PageWaitForNavigationTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ await Task.WhenAll(
2626
Assert.That(response.Url, Does.Contain("grid.html"));
2727
}
2828

29-
[Test, Retry(2), PuppeteerTest("navigation.spec", "Page.waitForNavigation", "should work with both domcontentloaded and load")]
29+
[Test, Retry(2), PuppeteerTest("navigation.spec", "navigation Page.waitForNavigation", "should work with both domcontentloaded and load")]
3030
public async Task ShouldWorkWithBothDomcontentloadedAndLoad()
3131
{
3232
var responseCompleted = new TaskCompletionSource<bool>();

0 commit comments

Comments
 (0)