Skip to content

Commit

Permalink
Fixing linting error
Browse files Browse the repository at this point in the history
  • Loading branch information
Maja Grubic committed Mar 2, 2020
1 parent 154a40c commit 1976b66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/accessibility/apps/dashboard.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 1976b66

Please sign in to comment.