Skip to content

Commit

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

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

0 comments on commit 6793695

Please sign in to comment.