Skip to content

Commit

Permalink
Updating screenshot test for .NET on Safari
Browse files Browse the repository at this point in the history
  • Loading branch information
jimevans committed Jul 13, 2019
1 parent 08d6533 commit 9ec49e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dotnet/test/common/TakesScreenshotTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,7 @@ public void ShouldCaptureScreenshotOfPageWithTooLongY()
[IgnoreBrowser(Browser.Firefox, "Firfox driver only captures visible viewport.")]
[IgnoreBrowser(Browser.IE, "IE driver only captures visible viewport.")]
[IgnoreBrowser(Browser.EdgeLegacy, "Edge driver only captures visible viewport.")]
[IgnoreBrowser(Browser.Safari, "Safari driver only captures visible viewport.")]
public void ShouldCaptureScreenshotOfPageWithTooLongXandY()
{
ITakesScreenshot screenshotCapableDriver = driver as ITakesScreenshot;
Expand Down

0 comments on commit 9ec49e4

Please sign in to comment.