Skip to content

Commit f55ff9e

Browse files
authored
test: remove test using System.Drawing.Common (#728)
1 parent 022b833 commit f55ff9e

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

test/integration/IOS/ClipboardTest.cs

-10
Original file line numberDiff line numberDiff line change
@@ -75,16 +75,6 @@ public void WhenSetClipboardContentTypeIsImage_GetClipboardShouldReturnEncodedBa
7575
Is.True);
7676
}
7777

78-
[Test]
79-
public void WhenSetClipboardImage_GetClipboardImageShouldReturnImage()
80-
{
81-
var imageBytes = _driver.GetScreenshot().AsByteArray;
82-
var testImage = Image.FromStream(new MemoryStream(imageBytes));
83-
84-
_driver.SetClipboardImage(testImage);
85-
Assert.That(() => _driver.GetClipboardImage().Size, Is.EqualTo(testImage.Size));
86-
}
87-
8878
[Test]
8979
public void WhenClipboardHasNoImage_GetClipboardImageShouldReturnNull()
9080
{

0 commit comments

Comments
 (0)