Skip to content

Commit

Permalink
Revert "Accessibility dashboard edit panel tests (#77829)"
Browse files Browse the repository at this point in the history
This reverts commit e15b4c4.
  • Loading branch information
spalger committed Sep 21, 2020
1 parent ea8791b commit 8d7aae0
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 120 deletions.
2 changes: 1 addition & 1 deletion test/accessibility/apps/dashboard_panel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
*/

import { FtrProviderContext } from '../ftr_provider_context';

export default function ({ getService, getPageObjects }: FtrProviderContext) {
const PageObjects = getPageObjects(['common', 'dashboard', 'header', 'home', 'settings']);
const a11y = getService('a11y');
Expand All @@ -30,7 +31,6 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
await PageObjects.common.navigateToUrl('home', '/tutorial_directory/sampleData', {
useActualUrl: true,
});

await PageObjects.home.addSampleDataSet('flights');
await PageObjects.common.navigateToApp('dashboard');
await testSubjects.click('dashboardListingTitleLink-[Flights]-Global-Flight-Dashboard');
Expand Down
118 changes: 0 additions & 118 deletions x-pack/test/accessibility/apps/dashboard_edit_panel.ts

This file was deleted.

1 change: 0 additions & 1 deletion x-pack/test/accessibility/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ export default async function ({ readConfigFile }: FtrConfigProviderContext) {
require.resolve('./apps/search_profiler'),
require.resolve('./apps/uptime'),
require.resolve('./apps/spaces'),
require.resolve('./apps/dashboard_edit_panel'),
],
pageObjects,
services,
Expand Down

0 comments on commit 8d7aae0

Please sign in to comment.