Commit d8a71c2
fix(ci): revert .first() to .first in migration UI test_01_open_flow
Playwright Python locator.first is a property, not a method.
.first() introduced a TypeError — reverted to .first.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent cd17e39 commit d8a71c2
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
| 62 | + | |
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| |||
0 commit comments