Skip to content

Commit

Permalink
[doc] Swap https.png and tor.png images
Browse files Browse the repository at this point in the history
  • Loading branch information
evilaliv3 committed Sep 23, 2024
1 parent e1cda34 commit bff01fd
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down
Binary file modified documentation/images/admin/https.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified documentation/images/admin/tor.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit bff01fd

Please sign in to comment.