diff --git a/cypress/e2e/admin-workflow-page.cy.ts b/cypress/e2e/admin-workflow-page.cy.ts index 4feff0bee0f..579562ab9bf 100644 --- a/cypress/e2e/admin-workflow-page.cy.ts +++ b/cypress/e2e/admin-workflow-page.cy.ts @@ -8,8 +8,9 @@ describe('Admin Workflow Page', () => { it('should pass accessibility tests', () => { // Page must first be visible cy.get('ds-admin-workflow-page').should('be.visible'); - // At least one search result should be displayed - cy.get('[data-test="list-object"]').should('be.visible'); + // At least one search result should be displayed. The supervision-configured search on a + // freshly-started CI backend can take a while to return, so allow extra time. + cy.get('[data-test="list-object"]', { timeout: 30000 }).should('be.visible'); // Click each filter toggle to open *every* filter // (As we want to scan filter section for accessibility issues as well) cy.get('[data-test="filter-toggle"]').click({ multiple: true }); diff --git a/cypress/e2e/submission.cy.ts b/cypress/e2e/submission.cy.ts index 474d7c6cf2b..c336fb54cc5 100644 --- a/cypress/e2e/submission.cy.ts +++ b/cypress/e2e/submission.cy.ts @@ -59,6 +59,12 @@ describe('New Submission page', () => { // This page is restricted, so we will be shown the login form. Fill it out & submit. cy.loginViaForm(Cypress.env('DSPACE_TEST_ADMIN_USER'), Cypress.env('DSPACE_TEST_ADMIN_PASSWORD')); + // NOTE: VSB configures dc.title as a