Skip to content

Commit

Permalink
async
Browse files Browse the repository at this point in the history
  • Loading branch information
thompsongl committed Nov 18, 2019
1 parent bcf464e commit fc36f0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/functional/page_objects/time_picker.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ export function TimePickerPageProvider({ getService, getPageObjects }) {
await testSubjects.click('superDatePickerAbsoluteTab');
await testSubjects.click('superDatePickerAbsoluteDateInput');
await this.inputValue('superDatePickerAbsoluteDateInput', toTime);
await PageObjects.common.sleep(500);
await PageObjects.common.sleep(1000);

// set from time
await testSubjects.click('superDatePickerstartDatePopoverButton');
Expand Down Expand Up @@ -116,7 +116,7 @@ export function TimePickerPageProvider({ getService, getPageObjects }) {
get defaultEndTime() { return 'Sep 23, 2015 @ 18:31:44.000'; }

async setDefaultAbsoluteRange() {
this.setAbsoluteRange(this.defaultStartTime, this.defaultEndTime);
await this.setAbsoluteRange(this.defaultStartTime, this.defaultEndTime);
}

async isQuickSelectMenuOpen() {
Expand Down

0 comments on commit fc36f0a

Please sign in to comment.