Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Playwright Tests for Admin Tools feature introduced in sprint 6. #252

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

JCantu248
Copy link
Collaborator

@JCantu248 JCantu248 commented May 14, 2024

πŸ—£ Description

This pull request introduces UI test cases for the Admin Tools feature which was introduced in Sprint 6. UI features related to scan data are tested, but buttons that would trigger a scan are not clicked, just checked for visibility. Closes #181

πŸ’­ Motivation and context

This change is necessary to perform UI testing as part of the deployment workflow.

πŸ§ͺ Testing

Test cases were added and run from the Playwright VS Code plugin. When the test were working correctly, the entire suite was run once again and ensured all existing tests still pass.

βœ… Pre-approval checklist

  • This PR has an informative and human-readable title.
  • Changes are limited to a single goal - eschew scope creep!
  • All future TODOs are captured in issues, which are referenced
    in code comments.
  • All relevant type-of-change labels have been added.
  • I have read the CONTRIBUTING document.
  • These code changes follow cisagov code standards.
  • All relevant repo and/or project documentation has been updated
    to reflect the changes in this PR.
  • Tests have been added and/or modified to cover the changes in this PR.
  • All new and existing tests pass.

βœ… Pre-merge checklist

  • Revert dependencies to default branches.
  • Finalize version.

βœ… Post-merge checklist

  • Create a release.

@JCantu248 JCantu248 added test This issue or pull request adds or otherwise modifies test code frontend labels May 14, 2024
@JCantu248 JCantu248 self-assigned this May 14, 2024
@JCantu248 JCantu248 marked this pull request as ready for review May 14, 2024 18:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
frontend test This issue or pull request adds or otherwise modifies test code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update Playwright test - Sprint 6 Release
1 participant