You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the control reflection uses a random or time based value, then the actual execution could use a different value. The control and the execution need to be synced up.
Solution
Track control values via methods like .sample or ActiveRecord
Add an "is_random :method" helper for methods that return a random value
Keep track of random values and replay them in execution
The text was updated successfully, but these errors were encountered:
Problem
If the control reflection uses a random or time based value, then the actual execution could use a different value. The control and the execution need to be synced up.
Solution
.sample
or ActiveRecordThe text was updated successfully, but these errors were encountered: