mirror of
https://github.com/quay/quay.git
synced 2026-01-27 18:42:52 +03:00
* test(web): delete migrated cypress tests Signed-off-by: Brady Pratt <bpratt@redhat.com> * test(web): migrate org-settings.cy.ts to Playwright Migrate organization settings e2e tests from Cypress to Playwright following the MIGRATION.md patterns. This removes all mocks/intercepts and uses real API interactions with automatic cleanup via the api fixture. Tests migrated: - General settings: validates email format and saves org settings - Billing information: validates invoice email and receipt checkbox - CLI token visibility: verifies CLI tab hidden for organizations The tag expiration picker test was not migrated as it was incorrectly testing a user account (/organization/user1) rather than an organization. This functionality is already covered in account-settings.spec.ts. Consolidation: 4 Cypress tests → 3 Playwright tests Co-authored-by: Claude <noreply@anthropic.com> --------- Signed-off-by: Brady Pratt <bpratt@redhat.com> Co-authored-by: Claude <noreply@anthropic.com>