Skip to content

Commit

Permalink
Menubar Regression Tests: Make previously failing test as passing (pull
Browse files Browse the repository at this point in the history
#1056)

Due to issue #906, a menubar test had been marked as failing. Removes call to failing so this test will now run.
  • Loading branch information
spectranaut authored and mcking65 committed Jun 28, 2019
1 parent 02861b8 commit 9fdf312
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/tests/menubar-1.js
Original file line number Diff line number Diff line change
Expand Up @@ -201,8 +201,7 @@ ariaTest('"aria-expanded" attribute on menubar menuitem', exampleFile, 'menuitem
}
});

// This test is failing due to a bug reported in issue: https://github.com/w3c/aria-practices/issues/906
ariaTest.failing('Test for role="none" on menubar li', exampleFile, 'none-role', async (t) => {
ariaTest('Test for role="none" on menubar li', exampleFile, 'none-role', async (t) => {
t.plan(3);

const liElements = await t.context.session.findElements(By.css(ex.menubarSelector + '>li'));
Expand Down

0 comments on commit 9fdf312

Please sign in to comment.