Skip to content

Commit

Permalink
addressed review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
rashmivkulkarni committed Jun 14, 2022
1 parent 8a5a1df commit 6d936d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions x-pack/test/accessibility/apps/stack_monitoring.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
const kibanaOverview = getService('monitoringKibanaOverview');
const clusterOverview = getService('monitoringClusterOverview');

describe('Kibana Stack Monitoring', () => {
describe('Kibana Stack Monitoring a11y tests', () => {
before(async () => {
await PageObjects.common.navigateToApp('monitoring');
await a11y.testAppSnapshot();
Expand All @@ -29,7 +29,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
await a11y.testAppSnapshot();
});

it('Enable Monitoring', async function () {
it('a11y tests for enabling self monitoring', async function () {
await noData.enableMonitoring();
await a11y.testAppSnapshot();
await retry.waitForWithTimeout('alert button to be visible', 30000, async () => {
Expand Down

0 comments on commit 6d936d3

Please sign in to comment.