mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
(cherry picked from commit 27162e0802
)
Co-authored-by: doakalexi <109488926+doakalexi@users.noreply.github.com>
This commit is contained in:
parent
60230f5bb0
commit
8d37a70fd6
1 changed files with 7 additions and 6 deletions
|
@ -356,12 +356,13 @@ export default function createUpdateTests({ getService }: FtrProviderContext) {
|
|||
],
|
||||
};
|
||||
|
||||
const bulkEditResponse = await retry.try(async () =>
|
||||
supertest
|
||||
.post(`${getUrlPrefix(Spaces.space1.id)}/internal/alerting/rules/_bulk_edit`)
|
||||
.set('kbn-xsrf', 'foo')
|
||||
.send(payload)
|
||||
.expect(200)
|
||||
const bulkEditResponse = await retry.try(
|
||||
async () =>
|
||||
await supertest
|
||||
.post(`${getUrlPrefix(Spaces.space1.id)}/internal/alerting/rules/_bulk_edit`)
|
||||
.set('kbn-xsrf', 'foo')
|
||||
.send(payload)
|
||||
.expect(200)
|
||||
);
|
||||
|
||||
// after applying bulk edit action monitoring still available
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue