mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
Fix cloud UI sanity tests (#212368)
## Summary
This PR fixes the `Querying provider data` tests executed on the
`Findings` page.
Sanity UI tests successfully
[run](3783519246
).

This commit is contained in:
parent
d348f746ff
commit
d685e54225
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => {
|
|||
expect(rowsCount).to.be(expectedRowsCount);
|
||||
const groupSelector = await findings.groupSelector();
|
||||
await groupSelector.openDropDown();
|
||||
await groupSelector.setValue('Cloud account');
|
||||
await groupSelector.setValue('Cloud account ID');
|
||||
const grouping = await findings.findingsGrouping();
|
||||
// Check that the group count and unit count matches the expected values
|
||||
const groupCount = await grouping.getGroupCount();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue