Skip to content

Commit

Permalink
fixing type errors
Browse files Browse the repository at this point in the history
  • Loading branch information
bhavyarm committed Oct 1, 2020
1 parent bdeca39 commit ea4ca0f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions x-pack/test/accessibility/apps/users.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,9 @@ import { FtrProviderContext } from '../ftr_provider_context';
export default function ({ getService, getPageObjects }: FtrProviderContext) {
const PageObjects = getPageObjects(['security', 'settings', 'common', 'header']);
const a11y = getService('a11y');
const browser = getService('browser');
const esArchiver = getService('esArchiver');
const testSubjects = getService('testSubjects');
const retry = getService('retry');
const toasts = getService('toasts');

describe('Kibana users page a11y tests', () => {
before(async () => {
Expand Down

0 comments on commit ea4ca0f

Please sign in to comment.