-
first half - same as before
second half - new content
- [x] retry-ability and `should(cb)` in #29
* these are core concepts and we have spent time adding more examples to the kitchensink and…
-
### Current behavior
When I use cy.contains('start-html', regex'), it does not seem to traverse further in the DOM to match.
Given the simplified HTML
```
…
-
### Current Behavior
Css modules generated class names contain + symbol after generation
as result `document.querySelectorAll` throw an error: `SyntaxError
Failed to execute 'querySelectorAll'…
-
### Current Behavior
When using an emotion component selector within Material UI inside a library the build breaks with `Component selectors can only be used in conjunction with @emotion/babel-plug…
-
**Is your feature request related to a problem? Please describe.**
We use a custom attribute to target DOM elements for testing (as described in [Kent's article](https://blog.kentcdodds.com/making-yo…
-
if this is not the right place for feature-request, I apologize.
I have an idea for more project-individual error messages:
```javascript
cy.get('my-element > li.product-widget')
.pinCustomE…
-
# Feature request
## Please describe your feature
Hi, this issue aims to improve Frontend's Testcases (Cypress.io).
## Describe the solution you'd like
- [ ] use `data value` directly inst…
-
I have a case where I have a structure like this (I have set the `dataAttribute` to `data-testid` in the settings):
```html
a label
```
The reason, I cannot set the `data-testid` on the…
-
**Updated Feb 9, 2021 - see note below or https://github.com/cypress-io/cypress/issues/136#issuecomment-773765339**
Currently the Test Runner does not support selecting or accessing elements from w…
-
### Current behavior
I have this error in test
```
1) Dashboard
should render:
TypeError: Cannot destructure property 'data' of 'undefined' as it is undefined.
at :4649:28698…