Skip to content

Commit 6b8c76d

Browse files
committed
fix: Failing test: X-Pack Accessibility Tests.x-pack/test/accessibility/apps/dashboard_panel_options·ts - Dashboard panel options a11y tests dashboard panel - clone panel
Closes: #147667
1 parent b8f3c71 commit 6b8c76d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

x-pack/platform/test/accessibility/apps/group1/dashboard_panel_options.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
1515
const toasts = getService('toasts');
1616
const inspector = getService('inspector');
1717

18-
// Failing: See https://github.com/elastic/kibana/issues/147667
19-
describe.skip('Dashboard panel options a11y tests', () => {
18+
describe('Dashboard panel options a11y tests', () => {
2019
const title = '[Flights] Flight count';
2120
before(async () => {
2221
await PageObjects.common.navigateToUrl('home', '/tutorial_directory/sampleData', {

0 commit comments

Comments
 (0)