From 1976b669668138910c062eefb732b9f9f751c204 Mon Sep 17 00:00:00 2001 From: Maja Grubic Date: Thu, 27 Feb 2020 11:17:44 +0000 Subject: [PATCH] Fixing linting error --- test/accessibility/apps/dashboard.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/accessibility/apps/dashboard.ts b/test/accessibility/apps/dashboard.ts index 66b9ef0a96d5ad..8033dbb7ad2101 100644 --- a/test/accessibility/apps/dashboard.ts +++ b/test/accessibility/apps/dashboard.ts @@ -163,7 +163,7 @@ export default function({ getService, getPageObjects }: FtrProviderContext) { await listingTable.searchForItemWithName(''); }); - // Blocked by https://github.com/elastic/kibana/issues/38980 + // Blocked by https://github.com/elastic/kibana/issues/38980 it.skip('Open flight dashboard', async () => { await testSubjects.click('dashboardListingTitleLink-[Flights]-Global-Flight-Dashboard'); await a11y.testAppSnapshot();