Skip to content

# 349 - Replaced should be visible with should exist#350

Draft
LiamDaigle wants to merge 2 commits intodevfrom
349/Fixing-CICD
Draft

# 349 - Replaced should be visible with should exist#350
LiamDaigle wants to merge 2 commits intodevfrom
349/Fixing-CICD

Conversation

@LiamDaigle
Copy link
Copy Markdown
Contributor

Summary

The e2e pipeline was having weird behavior when it came to finding the toastify popups in the tests. The errors would essential tell us that the popups existed, but since they were being blocked by other components they were not visible. So, this PR just simply replaces the .should('be.visible') in the tests with .should('exist') as this check only ensures that it exists in the DOM (not necessarily if its on screen).

Changes Made

  • Replaced .should('be.visible') with .should('exist')

Testing Instructions

  • Run the tests locally, ensure they work
  • Run the workflow on GitHub Actions to ensure it works on the repo aswell

@LiamDaigle LiamDaigle added bug Something isn't working refactor labels Apr 11, 2025
@LiamDaigle
Copy link
Copy Markdown
Contributor Author

This is a draft pull request capturing work in progress during Release 3. It is being documented here for transparency and potential future continuation.

As part of the capstone handoff, we are unassigning ourselves from this pull request.

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

Labels

bug Something isn't working refactor

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant