Sevil Yılmaz
Sevil Yılmaz
**The problem** When a default value comes from an object the value is not being recognised. ```js /** * Sets modal size * @values "medium", "large" */ size: { type:...
When I write same value to "to and from" plugin works strange. For example: $("#slider1").slider({ from: 150, to: 150, step: 1 });
**Describe the bug** Image snapshots changes after upgrading Cypress from 6.6.0 to 7.3.0. They are moved 1px to the right and outside of the viewport. **To Reproduce** Steps to reproduce...
## Description I use a prop to define a CSS variable's value with the help of `useCssVars` function. The test below fails with this error: ``` Expected: "" Received: ""...
I used an [existing fixture](https://github.com/vuejs/vue-jest/blob/master/e2e/3.x/basic/components/Basic.vue) to reproduce the issue. The following test fails with the error below: ``` expect(received).toBe(expected) // Object.is equality Expected: "Welcome to Your Vue.js App" Received: "Welcome...
I like this plugin. It's super useful. But I'm getting this error even if it's successfully synced `tput: No value for $TERM and no -T specified` I couldn't find the...
Hi, I started getting the error below after upgrading from `2.2.1` to `2.2.2`. ``` Received message: "_ctx.hasIcon is not a function" 209 | props.countryCode.charAt(0).toUpperCase() + 210 | props.countryCode.slice(1), > 211...
Hey folks, I replied in [a similar issue](https://github.com/cypress-io/cypress-docker-images/issues/885) but since it was closed due to inactivity and there was no response to my question I open this new issue. I...
I bumped the package from `6.1.1` to `9.0.1` and started getting this error when I re-run the tests. The initial run works fine but it tries to copy the files...
I started getting this error after bumping the version from `1.18.5` to `1.23.0`. It seems like it's coming from `find-cypress-specs` but I couldn't pinpoint it. ``` Error: File '../../tsconfig.base' not...