Current Behavior
There are extra dots and big spaces between items in the command log, and extra dots on the far left of the inline specs list, that appear when you visit a spec after visiting the Specs.

This is caused by styles leaking from this component: packages/app/src/runs/RunCard.vue and the fix is a one-line change, to add a scoped attribute to the style tag here.
Loom video demonstrating this and finding the fix: https://www.loom.com/share/2bfceb0b66d640728d684e4650daef8a
Some other side effects caused by same leaking styles - any list longer than one item is affected. It makes the docs menu look nested and the browser list look misaligned.

h2.

Desired Behavior
In this situation, Cypress should not show extra dots in the Runner UI that don’t belong there.
Reproducible Steps
- Open the cypress app
- Visit the Runs page
- Visit the Specs List
- Open a Spec
- See bad styles
- Refresh
- See good styles
- Visit the Runs page and repeat - the bad styles return as soon as the Runs page mounts, you can see them pop in briefly during the navigation.
┆Issue is synchronized with this Jira Bug by Unito
┆Attachments: Screen Shot 2022-05-23 at 2.53.38 PM.png | Screen Shot 2022-05-25 at 6.42.56 AM.png | Screen Shot 2022-05-25 at 6.43.01 AM.png
┆author: Mark Noonan
┆epic: UI/UX Improvements
┆friendlyId: UNIFY-1811
┆priority: High
┆sprint: Fast Follows 1
┆taskType: Bug
Current Behavior
There are extra dots and big spaces between items in the command log, and extra dots on the far left of the inline specs list, that appear when you visit a spec after visiting the Specs.
This is caused by styles leaking from this component: packages/app/src/runs/RunCard.vue and the fix is a one-line change, to add a
scopedattribute to thestyletag here.Loom video demonstrating this and finding the fix: https://www.loom.com/share/2bfceb0b66d640728d684e4650daef8a
Some other side effects caused by same leaking styles - any list longer than one item is affected. It makes the docs menu look nested and the browser list look misaligned.
h2.
Desired Behavior
In this situation, Cypress should not show extra dots in the Runner UI that don’t belong there.
Reproducible Steps
┆Issue is synchronized with this Jira Bug by Unito
┆Attachments: Screen Shot 2022-05-23 at 2.53.38 PM.png | Screen Shot 2022-05-25 at 6.42.56 AM.png | Screen Shot 2022-05-25 at 6.43.01 AM.png
┆author: Mark Noonan
┆epic: UI/UX Improvements
┆friendlyId: UNIFY-1811
┆priority: High
┆sprint: Fast Follows 1
┆taskType: Bug