Skip to content

Commit

Permalink
remove home from data mgt test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
rshen91 committed Sep 8, 2023
1 parent 07104b5 commit 803a267
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import { FtrProviderContext } from '../../ftr_provider_context';
const archivePath = 'test/api_integration/fixtures/es_archiver/index_patterns/basic_index';

export default function ({ getService, getPageObjects }: FtrProviderContext) {
const PageObjects = getPageObjects(['settings', 'common', 'header', 'home']);
const PageObjects = getPageObjects(['settings', 'common', 'header']);
const esArchiver = getService('esArchiver');
const supertest = getService('supertest');
const testSubjects = getService('testSubjects');
Expand Down

0 comments on commit 803a267

Please sign in to comment.