From 3ec177c592ffcd1fa238baaaf2db7bda6d8ec6fa Mon Sep 17 00:00:00 2001 From: Tyler Ohlsen Date: Wed, 29 Jan 2025 17:40:35 -0800 Subject: [PATCH] Update Flow Framework Tests cont. (#1682) * Update flow framework test cont. Signed-off-by: Tyler Ohlsen * remove skips Signed-off-by: Tyler Ohlsen --------- Signed-off-by: Tyler Ohlsen (cherry picked from commit 460fd45cdd8c2e667c2f0791f3e08fb56874ce03) --- .../plugins/dashboards-flow-framework/create_workflow_spec.js | 1 - 1 file changed, 1 deletion(-) diff --git a/cypress/integration/plugins/dashboards-flow-framework/create_workflow_spec.js b/cypress/integration/plugins/dashboards-flow-framework/create_workflow_spec.js index d91074c0b..1c41f9da9 100644 --- a/cypress/integration/plugins/dashboards-flow-framework/create_workflow_spec.js +++ b/cypress/integration/plugins/dashboards-flow-framework/create_workflow_spec.js @@ -164,7 +164,6 @@ describe('Creating Workflows Using Various Methods', () => { .should('be.visible') .click(); cy.getElementByTestId('updateSearchButton').should('be.visible').click(); - cy.getElementByTestId('searchButton').should('be.visible').click(); // TODO: further search response validation can be completed when the UI is finalized in how it is displayed. });