fix(editor): Error dropdown in resource locator disappears when search filter is required (#9681)

This commit is contained in:
Elias Meire
2024-06-18 11:11:10 +02:00
committed by GitHub
parent 7c358e5baa
commit 1a3f72b751
4 changed files with 35 additions and 5 deletions

View File

@@ -78,6 +78,8 @@ export class NDV extends BasePage {
resourceLocatorErrorMessage: () => cy.getByTestId('rlc-error-container'),
resourceLocatorModeSelector: (paramName: string) =>
this.getters.resourceLocator(paramName).find('[data-test-id="rlc-mode-selector"]'),
resourceLocatorSearch: (paramName: string) =>
this.getters.resourceLocator(paramName).findChildByTestId('rlc-search'),
resourceMapperFieldsContainer: () => cy.getByTestId('mapping-fields-container'),
resourceMapperSelectColumn: () => cy.getByTestId('matching-column-select'),
resourceMapperRemoveFieldButton: (fieldName: string) =>