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

Fixes #236: (test) add unit and e2e tests to about us page components #250

Open
wants to merge 14 commits into
base: Dev
Choose a base branch
from

Conversation

alvyynm
Copy link
Member

@alvyynm alvyynm commented Oct 22, 2024

Have you read the contributing guidelines ?

What is the purpose of your pull request?

  • Bug fix
  • New feature
  • Documentation

Proposed changes

This PR fixes #236 by doing the following:

  • Adds unit tests for components in the /src/pages/aboutUs folder
  • Adds one e2e test to check if clicking the Partner with Us in /about-us button opens the required modal

Warning

Please read these points carefully and answer honestly with an X
into all the boxes. Example : [X]

Before submitting a pull request make sure you have:

  • Read the guidelines for contributing.
  • Wrote some tests.
  • Respected the linting guidelines (read the guide below for help).

How to Check and Fix Linting Issues

Run npm run validate. This command will run prettier and eslint checks to ensure linting guidelines are respected.

  • If the command exits with code 0 (build is successful), there are no linting issues.

  • If the command exits with a code other than 0, scroll up the command output and look for identified linting issues. Fix them and revalidate to check if the issues have been resolved by re-running the command.

@alvyynm alvyynm self-assigned this Oct 22, 2024
@alvyynm alvyynm linked an issue Oct 22, 2024 that may be closed by this pull request
2 tasks
Copy link

vercel bot commented Oct 22, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
syt-web-redesign ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 22, 2024 0:27am

@alvyynm alvyynm changed the title Fixes #236 (test) add unit and e2e tests to about us page components Fixes #236: (test) add unit and e2e tests to about us page components Oct 22, 2024
@alvyynm alvyynm marked this pull request as ready for review October 22, 2024 13:41
@alvyynm
Copy link
Member Author

alvyynm commented Oct 22, 2024

@sonylomo @JimmyTron I've written some tests for about us page and components. Feedback is welcome!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

🧪 Test: Add Unit and e2e Tests to About Us Page Components
1 participant