diff --git a/x-pack/test/accessibility/apps/watcher.ts b/x-pack/test/accessibility/apps/watcher.ts index 735c928d6c718..85a11db0122ab 100644 --- a/x-pack/test/accessibility/apps/watcher.ts +++ b/x-pack/test/accessibility/apps/watcher.ts @@ -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(); });