From 2a909bee5453664cd1b3ab1a1c25a5e33b998075 Mon Sep 17 00:00:00 2001 From: rashmikulkarni Date: Tue, 14 Jun 2022 16:27:27 -0700 Subject: [PATCH] review changes --- x-pack/test/accessibility/apps/stack_monitoring.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/x-pack/test/accessibility/apps/stack_monitoring.ts b/x-pack/test/accessibility/apps/stack_monitoring.ts index a56ab31a5b2741..3ab8b9f30b6e7e 100644 --- a/x-pack/test/accessibility/apps/stack_monitoring.ts +++ b/x-pack/test/accessibility/apps/stack_monitoring.ts @@ -24,7 +24,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) { await a11y.testAppSnapshot(); }); - it('No monitoring data found should exist ', async () => { + it('a11y tests for no monitoring data found page', async () => { await noData.isOnNoDataPage(); await a11y.testAppSnapshot(); }); @@ -39,7 +39,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) { // a11y violation caught here - if this rest is unskipped remove the test below it. // https://github.com/elastic/kibana/issues/134139 - it.skip('Alerts Page', async function () { + it.skip('a11y tests for Alerts modal remind later button', async function () { await testSubjects.click('alerts-modal-remind-later-button'); await a11y.testAppSnapshot(); }); @@ -48,13 +48,13 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) { await testSubjects.click('alerts-modal-remind-later-button'); }); - it('Kibana Overview', async function () { + it('a11y tests for Kibana Overview', async function () { await clusterOverview.clickKibanaOverview(); await kibanaOverview.isOnOverview(); await a11y.testAppSnapshot(); }); - it('Kibana Instances Page', async function () { + it('a11y tests for Kibana Instances Page', async function () { await kibanaOverview.isOnOverview(); await kibanaOverview.clickInstanceTab(); await a11y.testAppSnapshot();