Skip to content
Snippets Groups Projects
Verified Commit 8d0e932f authored by Théodore Biadala's avatar Théodore Biadala
Browse files

Issue #3501457 by the_g_bomb, smustgrave: Incorrect path used in a A11y Test Admin

parent 3b58ec6e
No related branches found
No related tags found
1 merge request!11983Issue #3521857 by jwilson3: Update file type icons to use SVG
Pipeline #464294 passed with warnings
Pipeline: drupal

#464310

    Pipeline: drupal

    #464306

      Pipeline: drupal

      #464297

        ......@@ -16,7 +16,10 @@ const adminTest = {
        };
        const testCases = [
        { name: 'User Edit', path: '/user/1/edit' },
        { name: 'Create Article', path: '/user/1/edit' },
        {
        name: 'Create Article',
        path: '/node/add/article?destination=/admin/content',
        },
        { name: 'Create Page', path: '/node/add/page?destination=/admin/content' },
        { name: 'Content Page', path: '/admin/content' },
        { name: 'Structure Page', path: '/admin/structure' },
        ......
        0% Loading or .
        You are about to add 0 people to the discussion. Proceed with caution.
        Please register or to comment