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
Prior to this change, the strings for the buttons and checkboxes in the
dummy app were broken into multiple independent strings. This caused the
text matcher to not find the strings, and as a result the tests would fail.
Concatenating these strings again resolved the issue.
0 commit comments