Ariel Perez
Ariel Perez
I get the same issue with [email protected], cypress-axe: 0.12.0. Mine is on a Gatsby project.
Only way I was able to get around this was to override the implementation for `injectAxe` and `checkAlly` to assert that `axe` was indeed injected and initialized before the assertions...
@calvinmetcalf , I have a PR for this, which also resolves the [Prototype Pollution](https://app.snyk.io/vuln/SNYK-JS-Y18N-1021887) vulnerability in y18n by upgrading to yargs 16.1.1. All tests pass. If you provide me the...
Ah, that's the rub. I never forked it. Just pulled down your repo and tried to create a branch. I've attached the patch file here. If that doesn't work, I...
Awesome. Thanks. I ran them locally and all looked good. On Fri, Nov 27, 2020, 6:27 PM Calvin Metcalf wrote: > ok pushed up a fix will publish when tests...
Good callout Jamie. On Mon, Nov 30, 2020 at 8:42 PM Jamie Peabody wrote: > Note that this PR should be a breaking change. Previously, copyfiles would > work on...
I was having the same issue. The problem is that nginx is automatically resolving `http://my-other-app.herokuapp.com`, so when you use `$http_host`, it's setting the entire list of IPs that this resolves...
Tracked it down to these two divs Gatsby wraps the body with: ` ` and `` If you calculate the sha-256 for those two styles, you'll see they match the...