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: addressing style regressions in the CT runner #15542

Merged
merged 8 commits into from
Mar 17, 2021
Merged

Conversation

JessicaSachs
Copy link
Contributor

@JessicaSachs JessicaSachs commented Mar 17, 2021

User facing changelog

Additional details

This addresses the style changes when merging #15513

How has the user experience changed?

PR Tasks

  • Have tests been added/updated?
  • Has the original issue or this PR been tagged with a release in ZenHub?
  • Has a PR for user-facing changes been opened in cypress-documentation?
  • Have API changes been updated in the type definitions?
  • Have new configuration options been added to the cypress.schema.json?

@cypress-bot
Copy link
Contributor

cypress-bot bot commented Mar 17, 2021

Thanks for taking the time to open a PR!

agg23
agg23 previously approved these changes Mar 17, 2021
@@ -255,8 +258,11 @@ const App: React.FC<AppProps> = observer(
maxSize={hideIfScreenshotting(() => state.isSpecsListOpen ? 600 : 0)}
defaultSize={hideIfScreenshotting(() => state.isSpecsListOpen ? state.specListWidth : 0)}
onDragFinished={persistWidth('ctSpecListWidth')}
className="primary"
className={cs('primary', { 'isSpecsListClosed': !state.isSpecsListOpen })}
// @ts-expect-error split-pane ref types are weak so we are using our custom type for ref
Copy link
Contributor

Choose a reason for hiding this comment

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

This comment needs to be moved or removed (and it will throw a TS error right now)

Copy link
Contributor

Choose a reason for hiding this comment

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

Yes, but out of scope for this PR

packages/runner-ct/src/app/RunnerCt.scss Show resolved Hide resolved
@cypress
Copy link

cypress bot commented Mar 17, 2021



Test summary

9392 0 119 3Flakiness 1


Run details

Project cypress
Status Passed
Commit 13de9db
Started Mar 17, 2021 7:53 PM
Ended Mar 17, 2021 8:05 PM
Duration 11:49 💡
OS Linux Debian - 10.5
Browser Multiple

View run in Cypress Dashboard ➡️


Flakiness

cypress/integration/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

This was referenced Mar 18, 2021
elevatebart added a commit that referenced this pull request Mar 18, 2021
Co-authored-by: Dmitriy Kovalenko <dmtr.kovalenko@outlook.com>
Co-authored-by: Barthélémy Ledoux <bart@cypress.io>
Co-authored-by: ElevateBart <ledouxb@gmail.com>
@elevatebart elevatebart deleted the fix/broken-css branch March 19, 2021 00:47
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.

None yet

4 participants