Skip to content

Commit

Permalink
[ML] Return actual pixels number.
Browse files Browse the repository at this point in the history
  • Loading branch information
walterra committed Apr 1, 2021
1 parent b43ee55 commit 1a18767
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions x-pack/test/functional/services/canvas_element.ts
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ export async function CanvasElementProvider({ getService }: FtrProviderContext)
return {
color: expectedColor.color,
percentage: colorPercentageWithinTolerance,
pixels: pixelsWithinTolerance,
withinTolerance: this.isValueWithinTolerance(
colorPercentageWithinTolerance,
pixelsWithinTolerance,
Expand Down

0 comments on commit 1a18767

Please sign in to comment.