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:
Larry Gregory 2023-10-12 15:44:02 -04:00 committed by GitHub
parent 7f6b201e14
commit 79e5c1e547
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 3 deletions

4
.github/CODEOWNERS vendored
View file

@ -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

View file

@ -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();