Skip to content

Commit

Permalink
fix the type error
Browse files Browse the repository at this point in the history
  • Loading branch information
bhavyarm committed Oct 20, 2021
1 parent 00522b2 commit 9daf30f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/accessibility/apps/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ import { FtrProviderContext } from '../ftr_provider_context';
export default function ({ getService, loadTestFile, getPageObjects }: FtrProviderContext) {
const kibanaServer = getService('kibanaServer');
const PageObjects = getPageObjects(['common', 'dashboard', 'header', 'home', 'settings']);
const testSubjects = getService('testSubjects');

describe('a11y tests', function () {
describe('using flights sample data', function () {
Expand Down

0 comments on commit 9daf30f

Please sign in to comment.