Skip to content

Commit

Permalink
Fix functional test
Browse files Browse the repository at this point in the history
  • Loading branch information
thomheymann committed Jul 6, 2021
1 parent 53ed64a commit 8ef4b24
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions x-pack/test/accessibility/apps/spaces.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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();
});

Expand Down

0 comments on commit 8ef4b24

Please sign in to comment.