Loading core/tests/Drupal/Nightwatch/Tests/a11yTestAdmin.js +4 −1 Original line number Diff line number Diff line Loading @@ -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' }, Loading Loading
core/tests/Drupal/Nightwatch/Tests/a11yTestAdmin.js +4 −1 Original line number Diff line number Diff line Loading @@ -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' }, Loading