mirror of
https://github.com/Nikolay-Shirokov/cc-1c-skills.git
synced 2026-08-06 11:40:20 +03:00
fix(web-test): improve modal detection, surface retry, search regex
- detectFormScript: lower modal threshold from >=2 to >=1 visible elements - clickElement: force:true on third retry when surface overlay persists - filterList/unfilterList: add SearchString pattern for selection forms - fillTableRow: wrap body in try/catch for structured error returns - SKILL.md: add keyboard shortcuts reference (F8, Shift+F4, F4, Alt+F) - gitignore: exclude *.png screenshot artifacts Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.6
parent
c8f58b5461
commit
68e346d645
+4
-1
@@ -19,6 +19,9 @@ tools/
|
||||
# Локальный реестр баз данных 1С
|
||||
.v8-project.json
|
||||
|
||||
# web-test: Node.js зависимости и runtime
|
||||
# web-test: Node.js зависимости и runtime-артефакты
|
||||
.claude/skills/web-test/scripts/node_modules/
|
||||
.claude/skills/web-test/.browser-session.json
|
||||
|
||||
# Скриншоты (артефакты тестирования web-test)
|
||||
*.png
|
||||
|
||||
Reference in New Issue
Block a user