You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
which closes the file tree - and you have no idea that it was collapsed and can be opened. Surprised me once when I did not see any specs and was like ... where are they?!
This bothers me too! Are there other sections that are possible besides "Integration Tests", currently? If not, we should just remove the ability to collapse the section altogether.
On Thu, Jan 30, 2020 at 2:43 PM Zach Bloomquist ***@***.***> wrote:
Okay, can we disable collapsibility if the user only has 1 type of tests?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#6277?email_source=notifications&email_token=AAQ4BJTOBTMXTTX7IXYJH4TRAMUVHA5CNFSM4KNYUQ7KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEKMIPIA#issuecomment-580421536>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAQ4BJS5CGRBVRUUFJQKQKDRAMUVHANCNFSM4KNYUQ7A>
.
Activity
flotwig commentedon Jan 30, 2020
This bothers me too! Are there other sections that are possible besides "Integration Tests", currently? If not, we should just remove the ability to collapse the section altogether.
bahmutov commentedon Jan 30, 2020
I think we need to allow collapsible behavior because soon we will have component tests tab (and maybe front-end unit tests, and API tests)
flotwig commentedon Jan 30, 2020
Okay, can we disable collapsibility if the user only has 1 type of tests?
bahmutov commentedon Jan 30, 2020
jennifer-shehane commentedon Feb 4, 2020
Code for folder display here (the Integration Folder displays with class
level-0
basically):https://github.com/cypress-io/cypress/blob/develop/packages/desktop-gui/src/specs/specs-list.jsx#L130:L130
Styles for the
level-0
folder:https://github.com/cypress-io/cypress/blob/develop/packages/desktop-gui/src/specs/specs.scss#L145:L145
alti21 commentedon Feb 6, 2020
Can I try to fix this issue?
netochaves commentedon Feb 23, 2020
Hey guys, something like this?


The implementations was already done. I just changed the display of
none
toblock
. I'll add some tests and open a PR.11 remaining items