Skip to content

Conversation

ImCesar
Copy link
Contributor

@ImCesar ImCesar commented Nov 8, 2021

Created the flat view of specs list

Demo

Runner.Spec.List.mov

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 Nov 8, 2021

Thanks for taking the time to open a PR!

@ImCesar ImCesar requested a review from a team November 8, 2021 16:50
@cypress
Copy link

cypress bot commented Nov 8, 2021



Test summary

18647 2 216 7Flakiness 3


Run details

Project cypress
Status Failed
Commit ce27a21
Started Nov 9, 2021 9:46 PM
Ended Nov 9, 2021 9:58 PM
Duration 12:11 💡
OS Linux Debian - 10.9
Browser Multiple

View run in Cypress Dashboard ➡️


Failures

assertions_spec.js Failed
1 ... > rejects any element not in the document
window_spec.js Failed
1 ... > throws when passed negative numbers

Flakiness

commands/xhr_spec.js Flakiness
1 ... > can alias a route without stubbing it
cypress/proxy-logging-spec.ts Flakiness
1 ... > works with forceNetworkError
e2e/redirects_spec.js Flakiness
1 redirection > meta > binds to the new page after a timeout

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

@elevatebart
Copy link
Contributor

The only remark I have is we are missing the hover smoothing.

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.

Cool, looks good, just a few minor comments

"@packages/types": "0.0.0-development",
"@types/dedent": "^0.7.0",
"chai": "^4.2.0",
"cypress-real-events": "1.4.0",
Copy link
Contributor

Choose a reason for hiding this comment

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

Should this be in app/package.json? I don't think we need this in graphql

Copy link
Contributor

Choose a reason for hiding this comment

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

Yes it was incorrectly added here.

const target = event.target
if (!target.nextSibling.focus) {
Copy link
Contributor

Choose a reason for hiding this comment

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

Just a personal preference/suggestion but should we have the positive case first? eg

if (target.nextSibling.focus) {
 // ...
} else { 
  // ...
}

That way is reads "if" as opposed to "if not"

@ZachJW34
Copy link
Contributor

ZachJW34 commented Nov 9, 2021

@elevatebart added the hover smoothing!

}
</script>

<style>
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
<style>
<style scoped lang="scss">

Comment on lines 25 to 29
<style>
.group:hover path {
transition: all ease-in-out 0.3s;
}
</style>
Copy link
Contributor

Choose a reason for hiding this comment

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

Can't merge until we fix this guy. We'll pair on it.

Copy link
Contributor

Choose a reason for hiding this comment

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

... aaaah children:transition! Always mischievous, never caught.

@JessicaSachs JessicaSachs merged commit 6fcfc08 into unified-desktop-gui Nov 9, 2021
@JessicaSachs JessicaSachs deleted the runner-spec-list branch November 9, 2021 21:52
tgriesser added a commit that referenced this pull request Nov 14, 2021
* unified-desktop-gui:
  refactor: move currentProject to root data (#18834)
  chore: additional app shape cleanup (#18826)
  feat(useCollapsibleTree): adding support for building expandable and collapsible trees (#18860)
  feat: reconcile terminal command components (#18853)
  feat: setup keyboard shortcuts modal (#18864)
  feat: inline spec list header (#18863)
  feat: Runner spec list (#18821)
tgriesser added a commit that referenced this pull request Nov 14, 2021
…e-data-clean-refactor

* tgriesser/chore/e2e-data-clean:
  refactor: move currentProject to root data (#18834)
  chore: additional app shape cleanup (#18826)
  feat(useCollapsibleTree): adding support for building expandable and collapsible trees (#18860)
  feat: reconcile terminal command components (#18853)
  feat: setup keyboard shortcuts modal (#18864)
  feat: inline spec list header (#18863)
  feat: Runner spec list (#18821)
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.

5 participants