diff --git a/x-pack/test/accessibility/apps/spaces.ts b/x-pack/test/accessibility/apps/spaces.ts index aa37e3f7d2d15e..b85364bb84766d 100644 --- a/x-pack/test/accessibility/apps/spaces.ts +++ b/x-pack/test/accessibility/apps/spaces.ts @@ -46,6 +46,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) { it('a11y test for click on create space page', async () => { await PageObjects.spaceSelector.clickCreateSpace(); + await PageObjects.spaceSelector.clickEnterSpaceName(); + await PageObjects.spaceSelector.addSpaceName('space_a'); await a11y.testAppSnapshot(); });