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 14, 2023
1 parent 20516f1 commit 437e01c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ export default ({ getPageObject, getService }: FtrProviderContext) => {
const theCase = await cases.api.createCase({
title: theCaseTitle,
description: 'This is a test case to verify existing action scenario!!',
owner: 'observability'
owner: 'observability',
});

await svlCommonNavigation.sidenav.clickLink({ deepLinkId: 'dashboards' });
Expand Down

0 comments on commit 437e01c

Please sign in to comment.