mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
[Dataset Quality] Fix failing test (#199763)
closes https://github.com/elastic/kibana/issues/198849
This commit is contained in:
parent
efcc2ab004
commit
07c218d020
1 changed files with 5 additions and 6 deletions
|
@ -816,13 +816,12 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
|
|||
expandedDegradedField: 'cloud.project.id',
|
||||
});
|
||||
|
||||
const applyButton = await testSubjects.find(
|
||||
'datasetQualityIncreaseFieldMappingLimitButtonButton'
|
||||
);
|
||||
|
||||
await applyButton.click();
|
||||
|
||||
await retry.tryForTime(5000, async () => {
|
||||
const applyButton = await testSubjects.find(
|
||||
'datasetQualityIncreaseFieldMappingLimitButtonButton'
|
||||
);
|
||||
await applyButton.click();
|
||||
|
||||
// Should display the error callout
|
||||
await testSubjects.existOrFail('datasetQualityDetailsNewFieldLimitErrorCallout');
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue