cypress-io / cypress

Fast, easy and reliable testing for anything that runs in a browser.
https://cypress.io
MIT License
47.11k stars 3.19k forks source link

Cypress Cloud Tooltip Layout Issue #25575

Open dangowans opened 1 year ago

dangowans commented 1 year ago

Current behavior

When viewing the results of a run in Cypress Cloud, the "Failed Tests" tooltip points the wrong way.

failedTests

Desired behavior

Other tooltips less close to the edge of the browser window properly point at the item being hovered on.

passedTests

Test code to reproduce

Visit a run results page like: https://cloud.cypress.io/projects/xya1fn/runs/338/overview

Hover over the test result icons in the top-right corner.

Cypress Version

12.4.0

Node version

16.16.0

Operating System

Windows 11

Debug Logs

No response

Other

It's not really an issue with Cypress. Just a layout issue with Cypress Cloud. I apologize if there's a better place for a report like this.

benpatterson commented 1 year ago

I can reproduce this intermittently. It depends on the viewport size/orientation. Two screenshots, one where I have a compressed view (e.g., half my screen), and the other with a wider window (e.g., 3/4 my screen).

image image

benpatterson commented 1 year ago

This is on the backlog for the cloud product.