Skip to content

Commit

Permalink
test: add missing .v1 property to fieldset
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcy Sutton authored and marcysutton committed Jul 21, 2017
1 parent da148d3 commit 9df8c9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/checks/forms/fieldset.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
describe('fieldset', function () {
'use strict';
var fixture = document.getElementById('fixture');
var shadowSupport = axe.testUtils.shadowSupport;
var shadowSupport = axe.testUtils.shadowSupport.v1;
var fixtureSetup = axe.testUtils.fixtureSetup;

var checkContext = {
Expand Down

0 comments on commit 9df8c9c

Please sign in to comment.