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