Skip to content

Commit

Permalink
Add missing po
Browse files Browse the repository at this point in the history
  • Loading branch information
sabarasaba committed Dec 6, 2023
1 parent 5f0bac5 commit 741b8b7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ return total;

export default function ({ getService, getPageObjects }: FtrProviderContext) {
const retry = getService('retry');
const PageObjects = getPageObjects(['common', 'console', 'header']);
const PageObjects = getPageObjects(['common', 'console', 'header', 'svlCommonPage']);
const testSubjects = getService('testSubjects');
const monacoEditor = getService('monacoEditor');

Expand Down

0 comments on commit 741b8b7

Please sign in to comment.