Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
arbulu89 committed Dec 24, 2024
1 parent b724a9f commit 7dec35f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 4 additions & 0 deletions test/e2e/cypress/e2e/host_details.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -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(() => {
Expand Down

0 comments on commit 7dec35f

Please sign in to comment.