Skip to content

Commit

Permalink
Merge branch '8.11' into backport/8.11/pr-170499
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine authored Nov 9, 2023
2 parents 0e00c85 + f7ad440 commit 52fa79e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion x-pack/test/functional/apps/infra/hosts_view.ts
Original file line number Diff line number Diff line change
Expand Up @@ -471,12 +471,14 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => {
await waitForPageToLoad();
});

it('maintains selected date range when navigating to the individual host details', async () => {
it('should maintain the selected date range when navigating to the individual host details', async () => {
const start = START_HOST_PROCESSES_DATE.format(DATE_PICKER_FORMAT);
const end = END_HOST_PROCESSES_DATE.format(DATE_PICKER_FORMAT);

await pageObjects.timePicker.setAbsoluteRange(start, end);

await waitForPageToLoad();

const hostDetailLinks = await pageObjects.infraHostsView.getAllHostDetailLinks();
expect(hostDetailLinks.length).not.to.equal(0);

Expand Down

0 comments on commit 52fa79e

Please sign in to comment.