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

Fix/501 update e2e test #502

Merged
merged 3 commits into from
Sep 27, 2024
Merged

Fix/501 update e2e test #502

merged 3 commits into from
Sep 27, 2024

Conversation

ekraffmiller
Copy link
Contributor

What this PR does / why we need it:

Updates the e2e test for MetadataBlockInfoJSDataverseRepository

Which issue(s) this PR closes:

Special notes for your reviewer:

I updated the expected data to match what is coming from the API, but I also included a test that does a more generic test of the JSON object. I can remove the "perfect match" test, if we want to avoid having it break again in the future.

Suggestions on how to test this:

Run the e2e test for MetadataBlockInfoJSDataverseRepository

Does this PR introduce a user interface change? If mockups are available, please link/include them here:

no

Is there a release notes update needed for this change?:

no

Additional documentation:

@ekraffmiller ekraffmiller added GREI Re-arch GREI re-architecture-related SPA.Q3 Not related to any specific Q3 feature D: API connectivity Deliverable: API connectivity Size: 3 A percentage of a sprint. 2.1 hours. labels Sep 23, 2024
@coveralls
Copy link

coveralls commented Sep 23, 2024

Coverage Status

coverage: 97.43%. remained the same
when pulling 7edf304 on fix/501-update-e2e-test
into 453cfa3 on develop.

@g-saracca g-saracca self-assigned this Sep 25, 2024
@g-saracca g-saracca removed their assignment Sep 25, 2024
@cmbz cmbz added the FY25 Sprint 7 FY25 Sprint 7 (2024-09-25 - 2024-10-09) label Sep 25, 2024
@ChengShi-1 ChengShi-1 self-assigned this Sep 27, 2024
@ChengShi-1 ChengShi-1 self-requested a review September 27, 2024 17:01
Copy link
Contributor

@ChengShi-1 ChengShi-1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done QA, passed all the e2e tests

@ChengShi-1 ChengShi-1 merged commit 99a04c2 into develop Sep 27, 2024
11 of 14 checks passed
@ChengShi-1 ChengShi-1 deleted the fix/501-update-e2e-test branch September 27, 2024 17:06
@ChengShi-1 ChengShi-1 removed their assignment Sep 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
D: API connectivity Deliverable: API connectivity FY25 Sprint 7 FY25 Sprint 7 (2024-09-25 - 2024-10-09) GREI Re-arch GREI re-architecture-related Original size: 3 Size: 3 A percentage of a sprint. 2.1 hours. SPA.Q3 Not related to any specific Q3 feature
Projects
Status: Done 🧹
Development

Successfully merging this pull request may close these issues.

Update e2e test (MetadataBlockInfoJSDataverseRepository.spec.ts) to match new data returned by Dataverse API
6 participants