mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com> Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
This commit is contained in:
parent
775cd0b42a
commit
63f9a114d7
1 changed files with 2 additions and 2 deletions
|
@ -31,9 +31,9 @@ export default function ({ getService, getPageObjects }) {
|
|||
it('create new rollup job', async () => {
|
||||
const interval = '1000ms';
|
||||
|
||||
pastDates.map(async (day) => {
|
||||
for (const day of pastDates) {
|
||||
await es.index(mockIndices(day, rollupSourceDataPrepend));
|
||||
});
|
||||
}
|
||||
|
||||
await PageObjects.common.navigateToApp('rollupJob');
|
||||
await PageObjects.rollup.createNewRollUpJob(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue