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
Fix 1 (test 08): Muscle search uses word-start matching instead of
substring to prevent "hamstrings".contains("ring") false positive.
Fix 2 (tests 09, 15): Remove sig.set(Vec::new()) from reload_exercises
to preserve ExerciseCard show_instructions state across DB reloads.
Fix 3 (tests 10, 11): Add id/for to exercise name label/input so that
tapping the label focuses the input.
Fix 4 (test 04): Add dl_db_url= to launch URL so that a prior test's
localStorage exercise_db_url is reset to the default GitHub URL.
Fix 5 (tests 17-20): Add assertVisible wait in setup_past_session.yml
before openLink so that SetDbUrl has written localStorage before the
page reload caused by openLink.
Co-authored-by: gfauredev <19304085+gfauredev@users.noreply.github.com>
0 commit comments