- ๐ฌ๐งUnited Kingdom the_g_bomb
Certainly, that create article path looks wrong.
- ๐บ๐ธUnited States kentr
There are some issues sneaking into Core that should have been caught by automated testing.
Some of these missed issues may be a result of the limited
nightwatch_a11y_testing
profile. A bunch of Axe errors appear when I use the modules from the standard profile.I've been digging into it a little more before I create an issue.
- ๐บ๐ธUnited States kentr
RE #25, I found these test case URLs.
- "/"
- "/admin/content"
- "/admin/structure"
- "/admin/structure/block"
- "/admin/structure/taxonomy/add"
- "/admin/structure/types/add"
- "/node/add/page?destination=/admin/content"
- "/search/node"
- "/user/1/edit" (tested with and without the
navigation
module - "/user/login"
In these files:
I'm wondering if there's an error in the admin tests.{ name: 'Create Article', path: '/user/1/edit' },
Should perhaps be:
{ name: 'Create Article', path: '/node/add/article?destination=/admin/content' },
- ๐ณ๐ฑNetherlands bbrala Netherlands
The rebase onto 11.0.x was no fun, lets see how it fares.
- @bbrala opened merge request.