We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b43ee55 commit 1a18767Copy full SHA for 1a18767
1 file changed
x-pack/test/functional/services/canvas_element.ts
@@ -173,6 +173,7 @@ export async function CanvasElementProvider({ getService }: FtrProviderContext)
173
return {
174
color: expectedColor.color,
175
percentage: colorPercentageWithinTolerance,
176
+ pixels: pixelsWithinTolerance,
177
withinTolerance: this.isValueWithinTolerance(
178
colorPercentageWithinTolerance,
179
pixelsWithinTolerance,
0 commit comments