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
Loading
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -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' },