From e39a801e84aee1c25e409f6dc5d249105cf30614 Mon Sep 17 00:00:00 2001 From: Fuhu Xia Date: Mon, 26 Aug 2024 11:21:05 -0400 Subject: [PATCH 1/2] add snyk exceptions for ckan 2.10.5 --- ckan/.snyk | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/ckan/.snyk b/ckan/.snyk index e7c694d7..055bb297 100644 --- a/ckan/.snyk +++ b/ckan/.snyk @@ -80,4 +80,22 @@ ignore: No remediation available yet. Issue tracked in github: https://github.com/GSA/data.gov/issues/4782 expires: 2024-09-30T16:20:58.017Z + SNYK-PYTHON-CKAN-7786366: + - '*': + reason: >- + Remediation in progress. Issue tracked in github: + https://github.com/GSA/data.gov/issues/4854 + expires: 2024-09-30T16:20:58.017Z + SNYK-PYTHON-CKAN-7786367: + - '*': + reason: >- + Remediation in progress. Issue tracked in github: + https://github.com/GSA/data.gov/issues/4854 + expires: 2024-09-30T16:20:58.017Z + SNYK-PYTHON-CKAN-7786369: + - '*': + reason: >- + Remediation in progress. Issue tracked in github: + https://github.com/GSA/data.gov/issues/4854 + expires: 2024-09-30T16:20:58.017Z patch: {} From a11518f6ccbb1fffe0aaaca9ba5d2027eda8d5b1 Mon Sep 17 00:00:00 2001 From: Fuhu Xia Date: Mon, 26 Aug 2024 16:42:48 -0400 Subject: [PATCH 2/2] fix cypress test --- e2e/cypress/integration/dataset.cy.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e/cypress/integration/dataset.cy.js b/e2e/cypress/integration/dataset.cy.js index 20085bbe..0b85e3f7 100644 --- a/e2e/cypress/integration/dataset.cy.js +++ b/e2e/cypress/integration/dataset.cy.js @@ -66,7 +66,7 @@ describe('Dataset', () => { cy.get('.fba-modal-dialog').should('be.visible'); cy.get('#fba_location_code').should('have.value', 'ek500-water-column-sonar-data-collected-during-al0001'); // can hide the modal - cy.get('a.fba-modal-close').click(); + cy.get('button.fba-modal-close').click(); cy.get('.fba-modal-dialog').should('not.be.visible'); }); });