Skip to content

Commit 355000f

Browse files
committed
PR feedback
1 parent 2c2d39b commit 355000f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/dotnet/SeleniumDocs/Interactions/PrintOptionsTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ public void PrintWithPrintsPageTest()
8484
driver.Navigate().GoToUrl("https://www.selenium.dev/");
8585
PrintOptions printOptions = new PrintOptions();
8686
PrintDocument printedPage = driver.Print(printOptions);
87-
Assert.IsNotNull(printedPage.AsBase64EncodedString);
87+
Assert.IsTrue(printedPage.AsBase64EncodedString.StartsWith("JVBER"));
8888
}
8989
}
9090
}

0 commit comments

Comments
 (0)