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 10, 2023
1 parent 9972f69 commit 6ec2f43
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
4 changes: 1 addition & 3 deletions test/functional/page_objects/dashboard_page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -560,9 +560,7 @@ export class DashboardPageObject extends FtrService {

// use the search filter box to narrow the results down to a single
// entry, or at least to a single page of results
public async loadSavedDashboard(
dashboardName: string
) {
public async loadSavedDashboard(dashboardName: string) {
this.log.debug(`Load Saved Dashboard ${dashboardName}`);

await this.gotoDashboardLandingPage();
Expand Down
6 changes: 1 addition & 5 deletions test/functional/page_objects/time_picker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -129,11 +129,7 @@ export class TimePickerPageObject extends FtrService {
* @param {String} toTime MMM D, YYYY @ HH:mm:ss.SSS
* @param {Boolean} force time picker force update, default is false
*/
public async setAbsoluteRange(
fromTime: string,
toTime: string,
force = false
) {
public async setAbsoluteRange(fromTime: string, toTime: string, force = false) {
if (!force) {
const currentUrl = decodeURI(await this.browser.getCurrentUrl());
const DEFAULT_DATE_FORMAT = 'MMM D, YYYY @ HH:mm:ss.SSS';
Expand Down

0 comments on commit 6ec2f43

Please sign in to comment.