diff --git a/.claude/skills/web-test/SKILL.md b/.claude/skills/web-test/SKILL.md index f7b538f0..e587f5ce 100644 --- a/.claude/skills/web-test/SKILL.md +++ b/.claude/skills/web-test/SKILL.md @@ -348,8 +348,6 @@ actually selected; any value the field doesn't offer goes to `notSelected: [{ va await selectValue('Наименование компании', ['Альфа ООО', 'Бета АО']); // selected: { field: 'Наименование компании', values: ['Альфа ООО', 'Бета АО'] } ``` -A **single** value works too — `selectValue('Поле', 'Альфа ООО')` or `fillFields({ 'Поле': 'Альфа ООО' })` -on a value-list field is auto-routed to the same mechanism (no need to know the field is a value-list). #### `fillTableRow(fields, opts)` → form state with `filled` (+ optional `notFilled`) Fill table row cells via Tab navigation. Value is a plain string, `{ value, type }` for composite-type cells, or `''`/`null` to clear (Shift+F4).