We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 275d8da commit da40ec6Copy full SHA for da40ec6
src/routes/projects/list.spec.js
@@ -282,20 +282,23 @@ describe('LIST Project', () => {
282
type: ES_PROJECT_TYPE,
283
id: project1.id,
284
body: data[0],
285
+ refresh: 'wait_for',
286
});
287
288
const esp2 = server.services.es.index({
289
index: ES_PROJECT_INDEX,
290
291
id: project2.id,
292
body: data[1],
293
294
295
296
const esp3 = server.services.es.index({
297
298
299
id: project3.id,
300
body: data[2],
301
302
303
return Promise.all([esp1, esp2, esp3]);
304
}).then(() => {
0 commit comments