Skip to content

Commit

Permalink
addressed the nits
Browse files Browse the repository at this point in the history
  • Loading branch information
rashmivkulkarni committed Jun 23, 2022
1 parent 6803377 commit c9681c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/test/accessibility/apps/watcher.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
await a11y.testAppSnapshot();
});

it('a11y tests for getting the watches', async function () {
it('a11y tests for the watch list page', async function () {
await PageObjects.watcher.getWatch('test');
await a11y.testAppSnapshot();
});
Expand Down

0 comments on commit c9681c9

Please sign in to comment.