Skip to content

Commit

Permalink
Fix missing page object
Browse files Browse the repository at this point in the history
  • Loading branch information
cqliu1 committed Sep 1, 2023
1 parent 206bf46 commit f2c78b2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { FtrProviderContext } from '../../../ftr_provider_context';

export default function ({ getPageObjects, getService }: FtrProviderContext) {
const security = getService('security');
const PageObjects = getPageObjects(['canvas', 'error', 'security', 'spaceSelector']);
const PageObjects = getPageObjects(['common', 'canvas', 'error', 'security', 'spaceSelector']);
const appsMenu = getService('appsMenu');
const globalNav = getService('globalNav');
const testSubjects = getService('testSubjects');
Expand Down

0 comments on commit f2c78b2

Please sign in to comment.