mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
Unskip Spaces a11y tests (#168705)
## Summary Unskips Spaces a11y tests that are no longer failing. Also updates CODEOWNERS to properly assign ownership of our a11y tests. Resolves https://github.com/elastic/kibana/issues/144155
This commit is contained in:
parent
7f6b201e14
commit
79e5c1e547
2 changed files with 5 additions and 3 deletions
4
.github/CODEOWNERS
vendored
4
.github/CODEOWNERS
vendored
|
@ -1095,6 +1095,10 @@ x-pack/plugins/cloud_integrations/cloud_full_story/server/config.ts @elastic/kib
|
|||
/test/interactive_setup_api_integration/ @elastic/kibana-security
|
||||
/test/interactive_setup_functional/ @elastic/kibana-security
|
||||
/test/plugin_functional/test_suites/core_plugins/rendering.ts @elastic/kibana-security
|
||||
/x-pack/test/accessibility/apps/login_page.ts @elastic/kibana-security
|
||||
/x-pack/test/accessibility/apps/roles.ts @elastic/kibana-security
|
||||
/x-pack/test/accessibility/apps/spaces.ts @elastic/kibana-security
|
||||
/x-pack/test/accessibility/apps/users.ts @elastic/kibana-security
|
||||
/x-pack/test/api_integration/apis/security/ @elastic/kibana-security
|
||||
/x-pack/test/api_integration/apis/spaces/ @elastic/kibana-security
|
||||
/x-pack/test/ui_capabilities/ @elastic/kibana-security
|
||||
|
|
|
@ -85,9 +85,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
|
|||
});
|
||||
|
||||
// creating space b and making it the current space so space selector page gets displayed when space b gets deleted
|
||||
// Skipped due to an a11y violation
|
||||
// https://github.com/elastic/kibana/issues/144155
|
||||
describe.skip('Create Space B and Verify', async () => {
|
||||
describe('Create Space B and Verify', async () => {
|
||||
it('a11y test for delete space button', async () => {
|
||||
await PageObjects.spaceSelector.clickCreateSpace();
|
||||
await PageObjects.spaceSelector.clickEnterSpaceName();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue