Skip to content

Commit

Permalink
[CI] Auto-commit changed files from 'node scripts/precommit_hook.js -…
Browse files Browse the repository at this point in the history
…-ref HEAD~1..HEAD --fix'
  • Loading branch information
kibanamachine committed Aug 2, 2022
1 parent 4c93461 commit c75d501
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {

it('Saves a session and verifies it in the Management app', async () => {
let searchSessionList = await PageObjects.searchSessionsManagement.getList();
let length = searchSessionList.length;
const length = searchSessionList.length;
log.debug(`\n### [before creating a search session] - searchSessions count: \n\t${length}`);

log.debug('loading the "Not Delayed" dashboard');
Expand Down

0 comments on commit c75d501

Please sign in to comment.