Skip to content

Commit

Permalink
Add wildcard index selector
Browse files Browse the repository at this point in the history
  • Loading branch information
nickofthyme committed Jan 8, 2020
1 parent cbaa609 commit 02702eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/functional/apps/management/_handle_alias.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ export default function({ getService, getPageObjects }) {
const toTime = 'Nov 19, 2016 @ 05:00:00.000';

await PageObjects.common.navigateToApp('discover');
await PageObjects.discover.selectIndexPattern('alias2');
await PageObjects.discover.selectIndexPattern('alias2*');
await PageObjects.timePicker.setAbsoluteRange(fromTime, toTime);

await retry.try(async function() {
Expand Down

0 comments on commit 02702eb

Please sign in to comment.