mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 17:46:45 +00:00
fix: Flaky e2e test in 30-langchain (no-changelog) (#15793)
This commit is contained in:
@@ -73,7 +73,7 @@ export function getInputTbodyCell(row: number, col: number) {
|
||||
}
|
||||
|
||||
export function getInputRunSelector() {
|
||||
return getInputPanel().findChildByTestId('run-selector');
|
||||
return cy.get('[data-test-id="ndv-input-panel"] [data-test-id="run-selector"]');
|
||||
}
|
||||
|
||||
export function getInputPanelItemsCount() {
|
||||
@@ -105,7 +105,7 @@ export function getOutputTbodyCell(row: number, col: number) {
|
||||
}
|
||||
|
||||
export function getOutputRunSelector() {
|
||||
return getOutputPanel().findChildByTestId('run-selector');
|
||||
return cy.get('[data-test-id="output-panel"] [data-test-id="run-selector"]');
|
||||
}
|
||||
|
||||
export function getOutputRunSelectorInput() {
|
||||
|
||||
Reference in New Issue
Block a user