Skip to content

Conversation

@fabiovincenzi
Copy link
Contributor

Fixes #1390

  • Add Cypress e2e tests for the admin UI dashboard's push management flows (approve, reject, cancel)
  • Fix disabled prop not being forwarded in CustomButton component, which prevented the attestation confirm button
    from being properly disabled
  • Add data-testid attributes to push detail action buttons and attestation dialog for reliable test selectors
  • Add Cypress step to CI workflow alongside existing vitest e2e tests
  • Make existing Cypress tests (repo.cy.js) compatible with Docker environment by replacing hardcoded URLs

@netlify
Copy link

netlify bot commented Feb 12, 2026

Deploy Preview for endearing-brigadeiros-63f9d0 canceled.

Name Link
🔨 Latest commit 1a4bf35
🔍 Latest deploy log https://app.netlify.com/projects/endearing-brigadeiros-63f9d0/deploys/698de2fab6d24f00072f6f02

@fabiovincenzi fabiovincenzi changed the title Feat/e2e dashboard tests feat: add Cypress e2e tests for dashboard push actions Feb 12, 2026
@codecov
Copy link

codecov bot commented Feb 12, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 81.25%. Comparing base (2351fa2) to head (1a4bf35).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1403   +/-   ##
=======================================
  Coverage   81.25%   81.25%           
=======================================
  Files          65       65           
  Lines        4657     4657           
  Branches      792      792           
=======================================
  Hits         3784     3784           
  Misses        858      858           
  Partials       15       15           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Implement e2e tests for admin UI's dashboard

1 participant