Skip to content

Commit

Permalink
addressing review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
bhavyarm committed Oct 2, 2020
1 parent 3965e3b commit 20dbddc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 160 deletions.
2 changes: 1 addition & 1 deletion x-pack/test/accessibility/apps/users.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import { FtrProviderContext } from '../ftr_provider_context';

export default function ({ getService, getPageObjects }: FtrProviderContext) {
const PageObjects = getPageObjects(['security', 'settings', 'common', 'header']);
const PageObjects = getPageObjects(['security', 'settings']);
const a11y = getService('a11y');
const esArchiver = getService('esArchiver');
const testSubjects = getService('testSubjects');
Expand Down
159 changes: 0 additions & 159 deletions x-pack/test/functional/apps/security/management.js

This file was deleted.

0 comments on commit 20dbddc

Please sign in to comment.