Skip to content

Commit 1a18767

Browse files
committed
[ML] Return actual pixels number.
1 parent b43ee55 commit 1a18767

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

x-pack/test/functional/services/canvas_element.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,7 @@ export async function CanvasElementProvider({ getService }: FtrProviderContext)
173173
return {
174174
color: expectedColor.color,
175175
percentage: colorPercentageWithinTolerance,
176+
pixels: pixelsWithinTolerance,
176177
withinTolerance: this.isValueWithinTolerance(
177178
colorPercentageWithinTolerance,
178179
pixelsWithinTolerance,

0 commit comments

Comments
 (0)