diff --git a/client/cypress/e2e/20-test-acquire-documentation-screenshots.cy.ts b/client/cypress/e2e/20-test-acquire-documentation-screenshots.cy.ts index 7ea977eb4a..b3e62c9708 100644 --- a/client/cypress/e2e/20-test-acquire-documentation-screenshots.cy.ts +++ b/client/cypress/e2e/20-test-acquire-documentation-screenshots.cy.ts @@ -55,13 +55,10 @@ describe("acquire screenshots necessary for user documentation - Admin Section", cy.takeScreenshot("admin/notification_templates"); cy.get("#admin_network").first().click(); - cy.takeScreenshot("admin/tor"); - - cy.get('[data-cy="https"]').first().click(); cy.takeScreenshot("admin/https"); cy.get('[data-cy="tor"]').first().click(); - cy.takeScreenshot("admin/https"); + cy.takeScreenshot("admin/tor"); cy.get('[data-cy="access_control"]').first().click(); cy.takeScreenshot("admin/access_control"); diff --git a/documentation/images/admin/https.png b/documentation/images/admin/https.png index 556ed8ff70..9dce3607e9 100644 Binary files a/documentation/images/admin/https.png and b/documentation/images/admin/https.png differ diff --git a/documentation/images/admin/tor.png b/documentation/images/admin/tor.png index 9dce3607e9..556ed8ff70 100644 Binary files a/documentation/images/admin/tor.png and b/documentation/images/admin/tor.png differ