Skip to content

Commit

Permalink
Merge pull request #1447 from GSA/solr-200
Browse files Browse the repository at this point in the history
  • Loading branch information
btylerburton authored Aug 30, 2024
2 parents 2ef354a + 7786ee9 commit ee327e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ckan/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ certifi==2024.7.4
cffi==1.16.0
chardet==5.2.0
charset-normalizer==3.3.2
ckan @ git+https://github.com/GSA/ckan.git@374f566de9a68bb9f7dc696d8d60debda5af0d8c
ckan @ git+https://github.com/GSA/ckan.git@453dd7f8ecdcf678e5d068d2c838c73b7ecac448
-e git+https://github.com/ckan/ckanext-archiver.git@cbfadf9fbf10405958fdef9f77a7faedc05aa20b#egg=ckanext_archiver
ckanext-datagovcatalog==0.1.0
ckanext-datagovtheme==0.2.33
Expand Down
2 changes: 1 addition & 1 deletion e2e/cypress/integration/dataset.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -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('button.fba-modal-close').click();
cy.get('.fba-modal-close').click();
cy.get('.fba-modal-dialog').should('not.be.visible');
});
});

0 comments on commit ee327e8

Please sign in to comment.