diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 6c80235b7c..2d766b2d9a 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -441,6 +441,12 @@ jobs: with: name: e2e-screenshots path: test/e2e/cypress/screenshots/ + # - name: Upload cypress test videos + # uses: actions/upload-artifact@v4 + # if: failure() + # with: + # name: e2e-videos + # path: test/e2e/cypress/videos/ check-regression-label: name: Check if the regression test criteria are met, store in the job output diff --git a/test/e2e/cypress/e2e/host_details.cy.js b/test/e2e/cypress/e2e/host_details.cy.js index 67de86e397..688645efef 100644 --- a/test/e2e/cypress/e2e/host_details.cy.js +++ b/test/e2e/cypress/e2e/host_details.cy.js @@ -479,6 +479,10 @@ context('Host Details', () => { before(() => { cy.loadScenario(`host-details-${selectedHost.hostName}`); + cy.contains( + 'p', + `Host ${selectedHost.hostName} has been restored` + ).should('be.visible'); }); beforeEach(() => {