mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 09:36:44 +00:00
feat(editor): Evaluation feature Phase one readiness (no-changelog) (#13383)
Co-authored-by: Oleg Ivaniv <me@olegivaniv.com>
This commit is contained in:
committed by
GitHub
parent
7bd83d7d33
commit
b2293b7ad5
@@ -92,7 +92,10 @@ export class NDV extends BasePage {
|
||||
resourceLocatorModeSelector: (paramName: string) =>
|
||||
this.getters.resourceLocator(paramName).find('[data-test-id="rlc-mode-selector"]'),
|
||||
resourceLocatorSearch: (paramName: string) =>
|
||||
this.getters.resourceLocator(paramName).findChildByTestId('rlc-search'),
|
||||
this.getters
|
||||
.resourceLocator(paramName)
|
||||
.find('[aria-describedby]')
|
||||
.then(($el) => cy.get(`#${$el.attr('aria-describedby')}`).findChildByTestId('rlc-search')),
|
||||
resourceMapperFieldsContainer: () => cy.getByTestId('mapping-fields-container'),
|
||||
resourceMapperSelectColumn: () => cy.getByTestId('matching-column-select'),
|
||||
resourceMapperRemoveFieldButton: (fieldName: string) =>
|
||||
|
||||
Reference in New Issue
Block a user