UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Verified Commit 3e7849a1 authored by Raj Manandhar's avatar Raj Manandhar
Browse files

Fix Cypress error

 - Update resources download count
 - Update obsolete resource link
 - Note this does not fix pipeline run of cypress
parent 6a961a5e
No related branches found
No related tags found
1 merge request!218Fix Cypress error
This commit is part of merge request !218. Comments created here will be created in the context of that merge request.
......@@ -211,7 +211,7 @@ export default {
icon: "pdf",
download: true,
selector: "download",
path: "https://dl.dod.cyber.mil/wp-content/uploads/devsecops/pdf/Final_DevSecOps_Enterprise_Container_Hardening_Guide_1.1.pdf",
path: "https://dl.dod.cyber.mil/wp-content/uploads/devsecops/pdf/Final_DevSecOps_Enterprise_Container_Hardening_Guide_1.2.pdf",
},
{
name: "DCCSR Repository",
......
......@@ -47,6 +47,6 @@ describe("Testing File Downloads", () => {
});
it("Resources Downloads", () => {
verifyDownloads(6, "/resources");
verifyDownloads(5, "/resources");
});
});
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment