mirror of
https://github.com/cypress-io/cypress.git
synced 2026-02-08 00:00:04 -06:00
* chore: add ui states tests * refactor: enhance UI states tests with specific Percy snapshot names * refactor: streamline UI states tests by using aliases for elements and improving visibility checks * Trigger run * Enhance UI states tests by adding new test files for commands, errors, hooks, nested tests, page events, and status codes. Update existing tests to improve structure and visibility checks. * Refactor UI states tests to include multiple parts for commands and options, enhancing visibility checks and structure. Updated test descriptions for clarity and added new test cases for better coverage. * Refactor UI states tests by renaming command test files for clarity and adding new tests for enhanced coverage. Introduced a new file for commands to display in UI, and updated existing tests to improve structure and naming conventions. * Remove outdated UI commands tests to streamline the test suite and improve maintainability. This cleanup focuses on consolidating test cases and enhancing overall structure. * Add additional command options tests for UI states, enhancing coverage with parts 4, 5, and 6. Updated existing test descriptions for clarity and improved structure in the Cypress test suite. * Update with code review --------- Co-authored-by: Jennifer Shehane <jennifer@cypress.io>