Skip to content

Commit

Permalink
take 2 on accessibility tests and not deleting page objects
Browse files Browse the repository at this point in the history
  • Loading branch information
bhavyarm committed Apr 2, 2020
1 parent c68f3bb commit ad69cf8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion x-pack/test/accessibility/apps/home.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export default function({ getService, getPageObjects }: FtrProviderContext) {
});

it('administrative detail tab meets a11y requirements', async () => {
await PageObjects.home.adminPlugin();
await PageObjects.home.clickAdminPlugin();
await a11y.testAppSnapshot();
});

Expand Down
2 changes: 1 addition & 1 deletion x-pack/test/accessibility/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export default async function({ readConfigFile }: FtrConfigProviderContext) {

return {
...functionalConfig.getAll(),
testFiles: [require.resolve('./apps/login_page')],
testFiles: [require.resolve('./apps/login_page'), require.resolve('./apps/home')],
pageObjects,
services,

Expand Down

0 comments on commit ad69cf8

Please sign in to comment.