Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
mschile created a comment on an issue on cypress-io/cypress
Hi @mmisty 👋🏼, yes, we did correct a visibility issue in Cypress 14 where text content that was visible was being incorrectly returned as not visible. I believe these are the use cases that you des...
mschile closed an issue on cypress-io/cypress
[Cypress 14] Change of should('be.visible') assertion behavior
### Discussed in https://github.com/cypress-io/cypress/discussions/31014 <div type='discussions-op-text'> <sup>Originally posted by **mmisty** February 3, 2025</sup> Hello! I noticed that beha...mschile created a review comment on a pull request on cypress-io/cypress-documentation
```suggestion - Fixed a regression introduced in [`14.0.0`](#14-0-0) where an element would not return the correct visibility if its offset parent was within the clipping element. Fixes [#30922](h...
mschile created a review comment on a pull request on cypress-io/cypress-documentation
```suggestion - Corrected the broken documentation links displayed in Cypress 14.0.0. Addresses [#30951](https://github.com/cypress-io/cypress/issues/30951). Addressed in [#30953](https://github.c...
mschile pushed 1 commit to develop cypress-io/cypress
- fix: visibility issue when parent element is clipping (#30934) 0811921
mschile closed an issue on cypress-io/cypress
14.0.0: Element being incorrectly seen as visible when it is not visible
### Current behavior Starting in 14.0.0, we have a situation where an element is failing a `.should('not.be.visible')` check when the element is not physically visible. ### Desired behavior Thi...mschile closed a pull request on cypress-io/cypress
fix: visibility issue when parent element is clipping
<!-- Thanks for contributing! PLEASE... - Read our contributing guidelines: https://github.com/cypress-io/cypress/blob/develop/CONTRIBUTING.md - Read our Code Review Checklist on coding standard...mschile pushed 2 commits to mschile/issue-30922 cypress-io/cypress
mschile pushed 1 commit to develop cypress-io/cypress
- fix: non-HTMLElement(s) fail during assertions (#30947) 1548047