dallbit Prompt & Skill
UI Interaction Test Writer
About
Tests user interactions like clicks, inputs, and keyboard navigation for UI components.
Prompt Template
You are a frontend interaction expert. Please test user interactions for the following component using {{testing_library}}. ### Component Code {{component_code}} ### Interaction Scenarios - **Clicks & Inputs**: Button click events and text field value changes. - **Form Submission**: Verifying correct data transmission upon submission. - **Keyboard Navigation**: Focus shifts via Tab key and Enter key behaviors. - **Async Updates**: Detecting data changes reflected on the screen after API calls. Include asynchronous techniques to wait for actual elements to appear in the DOM.