Loading core/profiles/tests/nightwatch_a11y_testing/config/install/user.role.anonymous.yml +0 −2 Original line number Diff line number Diff line Loading @@ -6,7 +6,6 @@ dependencies: module: - comment - filter - search - system id: anonymous label: 'Anonymous user' Loading @@ -15,5 +14,4 @@ is_admin: false permissions: - 'access comments' - 'access content' - 'search content' - 'use text format restricted_html' core/profiles/tests/nightwatch_a11y_testing/nightwatch_a11y_testing.info.yml +0 −1 Original line number Diff line number Diff line Loading @@ -9,7 +9,6 @@ install: - image - node - path - search - taxonomy - nightwatch_theme_install_utility themes: Loading core/tests/Drupal/Nightwatch/Tests/a11yTestDefault.js +0 −12 Original line number Diff line number Diff line Loading @@ -39,18 +39,6 @@ const testCases = [ }, }, }, // @todo remove the heading and duplicate id rules below in // https://drupal.org/i/3318398. { name: 'Search', path: '/search/node', options: { rules: { 'heading-order': { enabled: false }, 'duplicate-id-aria': { enabled: false }, }, }, }, ]; testCases.forEach((testCase) => { Loading Loading
core/profiles/tests/nightwatch_a11y_testing/config/install/user.role.anonymous.yml +0 −2 Original line number Diff line number Diff line Loading @@ -6,7 +6,6 @@ dependencies: module: - comment - filter - search - system id: anonymous label: 'Anonymous user' Loading @@ -15,5 +14,4 @@ is_admin: false permissions: - 'access comments' - 'access content' - 'search content' - 'use text format restricted_html'
core/profiles/tests/nightwatch_a11y_testing/nightwatch_a11y_testing.info.yml +0 −1 Original line number Diff line number Diff line Loading @@ -9,7 +9,6 @@ install: - image - node - path - search - taxonomy - nightwatch_theme_install_utility themes: Loading
core/tests/Drupal/Nightwatch/Tests/a11yTestDefault.js +0 −12 Original line number Diff line number Diff line Loading @@ -39,18 +39,6 @@ const testCases = [ }, }, }, // @todo remove the heading and duplicate id rules below in // https://drupal.org/i/3318398. { name: 'Search', path: '/search/node', options: { rules: { 'heading-order': { enabled: false }, 'duplicate-id-aria': { enabled: false }, }, }, }, ]; testCases.forEach((testCase) => { Loading