mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-28 10:56:02 +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
|
// Select the condition
|
||||||
cy.get('.rule--operator').eq(index_2).scrollIntoView().click();
|
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
|
// Verify the condition
|
||||||
cy.get('.rule--operator .ant-select-selection-item').should(
|
cy.get('.rule--operator .ant-select-selection-item').should(
|
||||||
'contain',
|
'contain',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user