Verified Commit e26dc2ac authored by Andrei Mateescu's avatar Andrei Mateescu
Browse files

task: #3584694 Remove Search module from nightwatch_a11y_testing profile & tests

By: kentr
By: quietone
By: ishani patel
By: dcam
(cherry picked from commit db370520)
parent dbe5bca8
Loading
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -6,7 +6,6 @@ dependencies:
  module:
    - comment
    - filter
    - search
    - system
id: anonymous
label: 'Anonymous user'
@@ -15,5 +14,4 @@ is_admin: false
permissions:
  - 'access comments'
  - 'access content'
  - 'search content'
  - 'use text format restricted_html'
+0 −1
Original line number Diff line number Diff line
@@ -9,7 +9,6 @@ install:
  - image
  - node
  - path
  - search
  - taxonomy
  - nightwatch_theme_install_utility
themes:
+0 −12
Original line number Diff line number Diff line
@@ -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) => {