Skip to content

Commit

Permalink
Lint JS
Browse files Browse the repository at this point in the history
  • Loading branch information
dotherightthing committed Oct 18, 2020
1 parent 23ba59e commit 5ff5e13
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions cypress/integration/listbox.js
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,6 @@ describe('Single Select', function () {

context('Keyboard Interaction', function () {
context('For a vertically oriented listbox:', function () {

// Single Select

context('When a single-select listbox receives focus', function () {
Expand Down Expand Up @@ -315,7 +314,6 @@ describe('Single Select', function () {

it('Each option in the listbox has role option and is a DOM descendant of the element with role listbox or is referenced by an aria-owns property on the listbox element.', function () {
cy.get('@options').each(($option) => {

// Each option in the listbox has role option
cy.wrap($option)
.should('have.attr', 'role', 'option');
Expand All @@ -331,7 +329,6 @@ describe('Single Select', function () {

cy.get(`#${testId} #${labelId}`)
.should('be.visible');

});
});

Expand Down

0 comments on commit 5ff5e13

Please sign in to comment.