From aede1dd62514c2975a2b568496735a84d98405a9 Mon Sep 17 00:00:00 2001 From: Velang Date: Wed, 12 Aug 2026 15:44:52 -0700 Subject: [PATCH] initial commit --- .../Unity.AutoUI/cypress/e2e/lists.cy.ts | 35 ++++++++++--------- 1 file changed, 19 insertions(+), 16 deletions(-) diff --git a/applications/Unity.AutoUI/cypress/e2e/lists.cy.ts b/applications/Unity.AutoUI/cypress/e2e/lists.cy.ts index 3a73fef29..35be3f99c 100644 --- a/applications/Unity.AutoUI/cypress/e2e/lists.cy.ts +++ b/applications/Unity.AutoUI/cypress/e2e/lists.cy.ts @@ -10,31 +10,34 @@ describe('Grant Manager Login and List Navigation', () => { const appsPage = ApplicationsPageInstance() function setDashboardIntakeToTestIfAvailable() { - const btnSel = 'button[data-id="dashboardIntakeId"]' - const listboxSel = '#bs-select-1[role="listbox"]' - const searchSel = 'input[type="search"][aria-controls="bs-select-1"]' - - cy.get(btnSel, { timeout: 30000 }) + // The INTAKES filter is a Select2 (bootstrap-5 theme) multi-select, not + // bootstrap-select — the toggle is the [role="combobox"] wrapping the + // rendered-choices