Skip to content

Commit 73dfdc4

Browse files
Move comment to correct position
1 parent a7717e1 commit 73dfdc4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/functional/page_objects/console_page.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -583,12 +583,12 @@ export class ConsolePageObject extends FtrService {
583583
}
584584

585585
public async closeHistory() {
586-
// start to sleep after confirming JS engine responds
587586
const closeButton = await this.testSubjects.find('consoleHistoryCloseButton');
588587
await closeButton.click();
589588
}
590589

591590
public async sleepForDebouncePeriod(milliseconds: number = 100) {
591+
// start to sleep after confirming JS engine responds
592592
await this.retry.waitFor('pinging JS engine', () => this.browser.execute('return true;'));
593593
await this.common.sleep(milliseconds);
594594
}

0 commit comments

Comments
 (0)