@@ -67,6 +67,8 @@ public void GetScreenshotAsBinary()
67
67
68
68
[ Test ]
69
69
[ IgnoreBrowser ( Browser . IE , "Color comparisons fail on IE" ) ]
70
+ [ IgnoreBrowser ( Browser . Chrome , "Color comparisons fail on Chrome" ) ]
71
+ [ IgnoreBrowser ( Browser . Edge , "Color comparisons fail on Edge" ) ]
70
72
public void ShouldCaptureScreenshotOfCurrentViewport ( )
71
73
{
72
74
#if NET6_0
@@ -95,6 +97,8 @@ public void ShouldCaptureScreenshotOfCurrentViewport()
95
97
}
96
98
97
99
[ Test ]
100
+ [ IgnoreBrowser ( Browser . Chrome , "Color comparisons fail on Chrome" ) ]
101
+ [ IgnoreBrowser ( Browser . Edge , "Color comparisons fail on Edge" ) ]
98
102
public void ShouldTakeScreenshotsOfAnElement ( )
99
103
{
100
104
#if NET6_0
@@ -122,6 +126,8 @@ public void ShouldTakeScreenshotsOfAnElement()
122
126
123
127
[ Test ]
124
128
[ IgnoreBrowser ( Browser . IE , "Color comparisons fail on IE" ) ]
129
+ [ IgnoreBrowser ( Browser . Chrome , "Color comparisons fail on Chrome" ) ]
130
+ [ IgnoreBrowser ( Browser . Edge , "Color comparisons fail on Edge" ) ]
125
131
public void ShouldCaptureScreenshotAtFramePage ( )
126
132
{
127
133
#if NET6_0
@@ -165,6 +171,8 @@ public void ShouldCaptureScreenshotAtFramePage()
165
171
166
172
[ Test ]
167
173
[ IgnoreBrowser ( Browser . IE , "Color comparisons fail on IE" ) ]
174
+ [ IgnoreBrowser ( Browser . Chrome , "Color comparisons fail on Chrome" ) ]
175
+ [ IgnoreBrowser ( Browser . Edge , "Color comparisons fail on Edge" ) ]
168
176
public void ShouldCaptureScreenshotAtIFramePage ( )
169
177
{
170
178
#if NET6_0
@@ -206,6 +214,8 @@ public void ShouldCaptureScreenshotAtIFramePage()
206
214
[ Test ]
207
215
[ IgnoreBrowser ( Browser . IE , "Color comparisons fail on IE" ) ]
208
216
[ IgnoreBrowser ( Browser . Firefox , "Color comparisons fail on Firefox" ) ]
217
+ [ IgnoreBrowser ( Browser . Chrome , "Color comparisons fail on Chrome" ) ]
218
+ [ IgnoreBrowser ( Browser . Edge , "Color comparisons fail on Edge" ) ]
209
219
public void ShouldCaptureScreenshotAtFramePageAfterSwitching ( )
210
220
{
211
221
#if NET6_0
@@ -245,6 +255,8 @@ public void ShouldCaptureScreenshotAtFramePageAfterSwitching()
245
255
[ Test ]
246
256
[ IgnoreBrowser ( Browser . IE , "Color comparisons fail on IE" ) ]
247
257
[ IgnoreBrowser ( Browser . Firefox , "Color comparisons fail on Firefox" ) ]
258
+ [ IgnoreBrowser ( Browser . Chrome , "Color comparisons fail on Chrome" ) ]
259
+ [ IgnoreBrowser ( Browser . Edge , "Color comparisons fail on Edge" ) ]
248
260
public void ShouldCaptureScreenshotAtIFramePageAfterSwitching ( )
249
261
{
250
262
#if NET6_0
0 commit comments