mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-27 10:26:09 +00:00
Fix the AdditionalRuleSearch spec flakiness for AUT (#17129)
This commit is contained in:
parent
befacea384
commit
70f0268e26
@ -531,7 +531,9 @@ export const checkAddRuleWithOperator = ({
|
||||
// Select the condition
|
||||
cy.get('.rule--operator').eq(index_2).scrollIntoView().click();
|
||||
|
||||
cy.get(`[label="${condition_2}"]`).eq(index_2).scrollIntoView().click();
|
||||
cy.get(`.ant-select-dropdown:visible [label="${condition_2}"]`)
|
||||
.scrollIntoView()
|
||||
.click();
|
||||
// Verify the condition
|
||||
cy.get('.rule--operator .ant-select-selection-item').should(
|
||||
'contain',
|
||||
|
Loading…
x
Reference in New Issue
Block a user