Skip to content

Commit

Permalink
[CI] Auto-commit changed files from 'node scripts/eslint --no-cache -…
Browse files Browse the repository at this point in the history
…-fix'
  • Loading branch information
kibanamachine committed Nov 14, 2024
1 parent 6fc0545 commit c70ebcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/functional/apps/console/_console.ts
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
// Reset it back to the original height
await browser.setWindowSize(1300, 1100);
});

it('Shows OK when status code is 200 but body is empty', async () => {
await PageObjects.console.clearEditorText();

Expand Down

0 comments on commit c70ebcc

Please sign in to comment.