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(studio): restore intro modal styles #17118

Merged
merged 7 commits into from
Jun 30, 2021
Merged

fix(studio): restore intro modal styles #17118

merged 7 commits into from
Jun 30, 2021

Conversation

panzarino
Copy link
Contributor

User facing changelog

  • Fix issue where Studio introduction would not display with correct styling

Additional details

Most likely something got lost in the runner unification work - I've added a more explicit Cypress test with Percy so that this doesn't happen again (looks like we had only been doing enzyme previously)

PR Tasks

  • Have tests been added/updated?
  • Has the original issue or this PR been tagged with a release in ZenHub?

@panzarino panzarino requested a review from a team as a code owner June 25, 2021 12:42
@panzarino panzarino requested review from kuceb and removed request for a team June 25, 2021 12:42
@cypress-bot
Copy link
Contributor

cypress-bot bot commented Jun 25, 2021

Thanks for taking the time to open a PR!

@panzarino panzarino removed the request for review from kuceb June 25, 2021 12:43
@cypress
Copy link

cypress bot commented Jun 25, 2021



Test summary

18177 0 214 7Flakiness 2


Run details

Project cypress
Status Passed
Commit d42dee8
Started Jun 29, 2021 9:11 PM
Ended Jun 29, 2021 9:21 PM
Duration 10:43 💡
OS Linux Debian - 10.8
Browser Multiple

View run in Cypress Dashboard ➡️


Flakiness

commands/net_stubbing_spec.ts Flakiness
1 network stubbing > waiting and aliasing > can timeout waiting on a single request using "alias.request"
retries.ui.spec.js Flakiness
1 runner/cypress retries.ui.spec > opens attempt on each attempt failure for the screenshot, and closes after test passes

This comment has been generated by cypress-bot as a result of this project's GitHub integration settings. You can manage this integration in this project's settings in the Cypress Dashboard

@jennifer-shehane
Copy link
Member

@panzarino Looks like the percy snapshot doesn't reflect the image. Anything we can do about that?
Screen Shot 2021-06-25 at 8 43 23 AM

Copy link
Member

@jennifer-shehane jennifer-shehane left a comment

Choose a reason for hiding this comment

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

It's working! 😄

lmiller1990
lmiller1990 previously approved these changes Jun 25, 2021
Copy link
Contributor

@lmiller1990 lmiller1990 left a comment

Choose a reason for hiding this comment

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

Thanks - dropped an approval, I'll leave dealing with Percy with you.

@panzarino
Copy link
Contributor Author

panzarino commented Jun 29, 2021

Wasn't able to figure out a solution that would capture the gif properly - after searching a bit more we would probably have to modify the percy plugin setup to fix this which is out of scope here. For this PR it might actually be better that we consistently don't get it rendering so there's no flakiness from snapshotting different gif frames so I'd say we should push it through as is.

Copy link
Contributor

@lmiller1990 lmiller1990 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 - happy to revisit the Percy improvements at a later date.

@jennifer-shehane jennifer-shehane merged commit 7362bce into develop Jun 30, 2021
tgriesser added a commit that referenced this pull request Jun 30, 2021
* develop:
  fix: prevent saved state errors for deprecated keys (#17093)
  fix(studio): restore intro modal styles (#17118)
  refactor: add @packages/resolve-dist to isolate client/server code (#17109)
  fix: plugin file referenced by cypress config in angular schematics (#17143)
  refactor: @packages/runner-shared should also be devDependencies (#17133)
  chore: release @cypress/schematic-v1.4.1
  fix: plugin file in angular schematics (#17141)
  chore(runner): render spec list inline (behind feature flag) (#17069)
  refactor: remove junk test (#17125)
  chore(server): collapse project-ct and project-e2e into project-base (#17115)
  fix: make dev-server error message appear only once when CT is not configured (#17090)
  chore: release @cypress/schematic-v1.4.0
  feat: add ng generate to @cypress/schematic to generate e2e spec files (#16962)
  feat(studio): add ability to copy commands to clipboard (#16912)
  chore: release @cypress/webpack-preprocessor-v5.9.1
  chore: release @cypress/webpack-batteries-included-preprocessor-v2.2.2
  chore: release @cypress/vue-v3.0.0-beta.3
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.

The Studio intro modal styling is showing incorrectly
3 participants