qa-test-widgets

Detect broken modals, dropdowns, and row action menus in web interfaces.

Updated May 22, 2026
One-click install
npx skills add https://github.com/Luqman-Ud-Din/blackbox-qa-agent --skill qa-test-widgets
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qa-test-widgets
Source: https://github.com/Luqman-Ud-Din/blackbox-qa-agent/tree/main/skills/qa-test-widgets
Command: npx skills add https://github.com/Luqman-Ud-Din/blackbox-qa-agent --skill qa-test-widgets

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill checks interactive UI widgets that often break in real apps, such as modals, dropdowns, and row action menus, so you can catch usability defects before release.

Core Features & Use Cases

  • Modal testing: Verifies that dialogs open and close correctly using both close controls and Escape.
  • Dropdown validation: Confirms selection menus appear and that choosing an option updates the trigger value.
  • Action menu checks: Detects broken overflow and row action menus that fail to render when clicked.
  • Use case: Run it on admin dashboards, forms, and data tables to surface broken interactions in one pass.

Quick Start

Ask the agent to run the qa-test-widgets skill on the current page to probe visible modals, dropdowns, and action menus and report any interaction failures.

Frequently Asked Questions about qa-test-widgets

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I test modals and dropdowns on a web dashboard?

You can test modals and dropdowns on a web dashboard by running in-page DOM probing to verify visibility, trigger discovery, and Escape handling for interactive UI widgets. This detects broken open, close, and select behaviors before release.

What is the best way to check row action menus in data tables?

The best way to check row action menus in data tables is to apply action menu checks that detect broken overflow menus failing to render when clicked. This validates interactive web interfaces by probing option selection and trigger updates.

Can I use DOM probing to verify Escape handling for modals?

Yes, you can use DOM probing to verify Escape handling for modals by checking that dialogs close correctly using both close controls and the Escape key. This validates modal testing behavior on interactive widget-heavy pages.

Does dropdown validation confirm that selecting an option updates the trigger value?

Dropdown validation confirms that selection menus appear and that choosing an option updates the trigger value. This ensures dropdown validation correctly verifies interactive selection behavior on forms and dashboards.

What types of pages are suitable for UI testing interactive widgets?

UI testing interactive widgets is suitable for desktop widget-heavy pages such as dashboards, forms, and data tables. These pages require in-page DOM probing to verify open, close, select, and menu behavior.