[BreakingChange] compareElement parameters are not consistent with compareScreen
zbranzov opened this issue · 0 comments
zbranzov commented
compareElement(selected, "selectedState", 50, 5, ImageOptions.pixel) third parameter is the tolerance and I would expect to be the timeout as in compareScreen("initialState", 5, 50, ImageOptions.pixel); and it makes sense as I would rather use the timeout more frequently and then the tolerance paired with the ImageOptions