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

test: migrate chromatic tests #1745

Open
wants to merge 17 commits into
base: main
Choose a base branch
from

Conversation

codemonkey800
Copy link
Contributor

#1609

  • Migrates all of the E2E tests to start using chromatic
  • Remove calls to the API for testing and rely on chromatic snapshots to capture reference images with correct data instead
  • Refactor some API calls to use the V2 API

await metadataDrawerPage.expectMetadataDrawerToBeHidden()
})

// test('metadata should have correct data', async ({ page }) => {
Copy link
Contributor

Choose a reason for hiding this comment

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

did you want this commented out still?

Copy link
Contributor

@rainandbare rainandbare left a comment

Choose a reason for hiding this comment

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

Looks good! There is just one failing test because I changed the title of the Download Dialogue. Thank you for doing this!

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.

2 participants