mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
[upgrade] change OK to Succeeded in rules test (#145770)
## Summary Rule "Last response" changed from OK to Succeeded. See https://github.com/elastic/kibana/issues/136039
This commit is contained in:
parent
cf4e74bc5e
commit
73cf0a2ac6
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
|
|||
expect(searchResults[0].name).to.contain(createdRuleName);
|
||||
expect(searchResults[0].interval).to.equal('1 min');
|
||||
expect(searchResults[0].status).to.equal('Enabled');
|
||||
expect(searchResults[0].lastResponse).to.equal('Ok');
|
||||
expect(searchResults[0].lastResponse).to.equal('Succeeded');
|
||||
});
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue