Gitead
44c6d2f833
fix: Tufts SCO claim combobox selects matching option instead of first
...
_fill_combobox typed the value then used a single unioned XPath
(match-by-text | option[1]) to pick the dropdown option. Selenium's
find_element on a multi-match XPath returns the first node in
document order, not the first union alternative, so option[1] (e.g.
tooth "1") was always clicked regardless of what was typed (e.g. "22").
Split into a value-match wait with a separate fallback wait for
option[1] only when no match is found.
2026-07-29 23:19:18 -04:00
..
2026-04-04 22:13:55 -04:00
2026-04-04 22:13:55 -04:00
2026-05-27 23:07:42 -04:00
2026-07-04 22:57:59 -04:00
2026-04-04 22:13:55 -04:00
2026-05-01 21:40:04 -04:00
2026-04-04 22:13:55 -04:00
2026-05-29 14:38:55 -04:00
2026-06-01 00:36:11 -04:00
2026-05-22 13:34:03 -04:00
2026-04-04 22:13:55 -04:00
2026-05-23 22:01:52 -04:00
2026-07-08 00:22:35 -04:00
2026-07-04 22:57:59 -04:00
2026-04-04 22:13:55 -04:00
2026-04-17 23:47:50 -04:00
2026-05-28 15:39:36 -04:00
2026-06-15 23:54:05 -04:00
2026-05-30 14:46:51 -04:00
2026-06-13 00:03:58 -04:00
2026-04-04 22:13:55 -04:00
2026-04-18 20:50:47 -04:00
2026-04-04 22:13:55 -04:00
2026-06-28 23:30:28 -04:00
2026-07-25 09:49:53 -04:00
2026-05-22 13:34:03 -04:00
2026-05-23 22:01:52 -04:00
2026-04-04 22:13:55 -04:00
2026-06-28 23:30:28 -04:00
2026-05-14 12:09:08 -04:00
2026-07-08 00:22:35 -04:00
2026-07-04 22:57:59 -04:00
2026-04-04 22:13:55 -04:00
2026-06-28 23:30:28 -04:00
2026-05-20 08:52:11 -04:00
2026-06-16 14:29:36 -04:00
2026-06-26 00:23:43 -04:00
2026-06-26 00:23:43 -04:00
2026-05-16 22:53:41 -04:00
2026-07-29 23:19:18 -04:00
2026-07-25 00:10:05 -04:00
2026-07-02 23:53:43 -04:00
2026-07-02 23:53:43 -04:00
2026-07-02 23:53:43 -04:00
2026-05-25 00:29:04 -04:00