You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some time between releases 3.0.2 and 3.1.1 the banner comments on axe.js and axe.min.js have been lost.
/*! aXe v3.0.2 * Copyright (c) 2018 Deque Systems, Inc. * * Your use of this Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. * * This entire copyright notice must appear in every copy of this file you * distribute or in any file that contains substantial portions of this source * code. */
This caused rspec and cucumber in axe-matchers and attest-ruby tests which rely on jslib injection to fail.
Some time between releases
3.0.2
and3.1.1
the banner comments onaxe.js
andaxe.min.js
have been lost.This caused
rspec
andcucumber
inaxe-matchers
andattest-ruby
tests which rely onjslib
injection to fail.Analysis:
v3.0.2 - Has banner comments.
v3.0.3 - Neither files have banner comments.
v3.1.1 -
axe.min.js
is missing the banner comments.The text was updated successfully, but these errors were encountered: