-
- `DOM Testing Library` version: 5.5.0
- `node` version: 13.12.0
- `npm` (or `yarn`) version: 1.22.4
### Relevant code or config:
```js
import React from 'react';
import { render, screen } f…
-
Here I am testing a Vue application using cypress. I have a menu on my app screen. Normally when I click a button on the menu it closes the menu and performs the functionality. But when I do it using …
-
> **Pull request** :twisted_rightwards_arrows: created by bitbucket user **Lucille Vu** on 2020-06-19 13:23
> Last updated on 2020-06-25 20:38
> Original Bitbucket pull request id: 48
>
> Participant…
-
I would say this is more of issue on Puppeteer's Side, but wanted to reach out here first before further investigation and seeking help elsewhere.
I getting stuck at login function during the …
-
# Cypress Meeting
**Date**: 2020-11-10 @ 14:00 CET
**Open for all**: I invited a few reps from each team, but let me know if you want an invite!
Let us standardize on some practices across team…
-
## Description
In this [Minimal Reproductible Example](https://github.com/hadrien-toma/ngrx-app-initializer) I don't understand why the reducer has something (we can observe it in the ReduxDevTools…
-
### Current behavior
[The documentation on cy.get()](https://docs.cypress.io/api/commands/get.html) states:
>The querying behavior of this command matches exactly how $(…) works in jQuery.
This…
-
**Is your feature request related to a problem? Please describe.**
As our test coverage grows, using selectors based on class names or other attributes/content for our e2e tests will result in an upd…
-
These are the remaining "old-style" e2e tests. We've ported some to Cypress but not all.
Need to be ported and then deleted
- [x] metabase/home/HomepageApp.e2e.spec.js
Creates entities that po…
-
**Is your feature request related to a problem? Please describe.**
Please describe the problem you are trying to solve.
I've been looking plugins or methods for login such as Request and Visit …