Skip to content

Commit

Permalink
Remove diffPercentage from iOS for now
Browse files Browse the repository at this point in the history
  • Loading branch information
takahirom committed Nov 13, 2024
1 parent 6fe27cd commit 9663593
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -540,7 +540,7 @@ fun SemanticsNodeInteraction.captureRoboImage(
actualFile = actualFilePath,
goldenFile = goldenFilePath,
timestampNs = getNanoTime(),
diffPercentage = Float.NaN,
diffPercentage = null,
aiAssertionResults = null,
contextData = emptyMap()
)
Expand Down Expand Up @@ -585,7 +585,7 @@ fun SemanticsNodeInteraction.captureRoboImage(
actualFile = actualFilePath,
goldenFile = goldenFilePath,
timestampNs = getNanoTime(),
diffPercentage = Float.NaN,
diffPercentage = null,
aiAssertionResults = null,
contextData = emptyMap()
)
Expand Down Expand Up @@ -630,7 +630,7 @@ fun SemanticsNodeInteraction.captureRoboImage(
actualFile = goldenFilePath,
goldenFile = goldenFilePath,
timestampNs = getNanoTime(),
diffPercentage = Float.NaN,
diffPercentage = null,
aiAssertionResults = null,
contextData = emptyMap()
)
Expand Down Expand Up @@ -675,7 +675,7 @@ fun SemanticsNodeInteraction.captureRoboImage(
actualFile = goldenFilePath,
goldenFile = goldenFilePath,
timestampNs = getNanoTime(),
diffPercentage = Float.NaN,
diffPercentage = null,
aiAssertionResults = null,
contextData = emptyMap()
)
Expand Down

0 comments on commit 9663593

Please sign in to comment.