From b1218f348743c5a33ccca78ad70db0f8e803de6e Mon Sep 17 00:00:00 2001 From: Valerie R Young Date: Fri, 28 Jun 2019 05:04:26 -0400 Subject: [PATCH] Make previously failing test as passing --- test/tests/menubar-1.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/tests/menubar-1.js b/test/tests/menubar-1.js index 16e4f3b250..36f7884b8a 100644 --- a/test/tests/menubar-1.js +++ b/test/tests/menubar-1.js @@ -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'));