diff --git a/.photofinish.toml b/.photofinish.toml index 23f70a8b62..8bde2723e9 100644 --- a/.photofinish.toml +++ b/.photofinish.toml @@ -212,6 +212,12 @@ files = [ "./test/fixtures/scenarios/hana-cluster-details/b767b3e9-e802-587e-a442-541d093b86b9_ha_cluster_discovery_nutanix_provider.json", ] +[host-details-vmhdbprd01] + +files = [ + "./test/fixtures/scenarios/healthy-27-node-SAP-cluster/9cd46919-5f19-59aa-993e-cf3736c71053_host_discovery.json", +] + [host-details-azure] files = [ diff --git a/test/e2e/cypress/e2e/host_details.cy.js b/test/e2e/cypress/e2e/host_details.cy.js index 14089ee7e0..61d3e5b49e 100644 --- a/test/e2e/cypress/e2e/host_details.cy.js +++ b/test/e2e/cypress/e2e/host_details.cy.js @@ -477,6 +477,10 @@ context('Host Details', () => { describe('Forbidden actions', () => { const password = 'password'; + before(() => { + cy.loadScenario(`host-details-${selectedHost.hostName}`); + }) + beforeEach(() => { cy.deleteAllUsers(); cy.logout();