Skip to content

Commit

Permalink
Merge pull request #118 from IQSS/feature/115-dataset-summary-continued
Browse files Browse the repository at this point in the history
115 - Dataset summary continued
  • Loading branch information
kcondon authored Jun 28, 2023
2 parents 389f634 + 0f4be02 commit 6663e29
Show file tree
Hide file tree
Showing 43 changed files with 843 additions and 535 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,13 @@ jobs:
path-to-lcov: './merged-coverage/lcov.info'
github-token: ${{ secrets.GITHUB_TOKEN }}

- name: Upload Cypress screenshots
uses: actions/upload-artifact@v2
if: failure()
with:
name: cypress-screenshots
path: ./cypress/screenshots

interaction-and-accessibility:
runs-on: ubuntu-latest

Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
"devDependencies": {
"@csstools/postcss-cascade-layers": "^3.0.1",
"@cypress/code-coverage": "^3.10.4",
"@IQSS/dataverse-client-javascript": "2.0.0-pr60.bb367b6",
"@IQSS/dataverse-client-javascript": "2.0.0-pr67.5dfc70a",
"@storybook/addon-a11y": "^7.0.2",
"@storybook/addon-essentials": "^7.0.2",
"@storybook/addon-interactions": "^7.0.2",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ describe('Navbar component', () => {
it('renders the brand logo and title', () => {
cy.mount(<Navbar brand={brand} />)

cy.findByRole('img', { name: 'Brand Logo Image' }).should('exist')
cy.findByAltText('Brand Logo Image').should('exist')
cy.findByText('Brand Title').should('exist')
})

Expand Down
3 changes: 2 additions & 1 deletion public/locales/en/citation.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@
},
"datasetContact": {
"name": "Point of Contact",
"description": "The entity, e.g. a person or organization, that users of the Dataset can contact with questions"
"description": "The entity, e.g. a person or organization, that users of the Dataset can contact with questions",
"tip": "Use email button above to contact."
},
"datasetContactName": {
"name": "Name",
Expand Down
27 changes: 0 additions & 27 deletions public/locales/en/customARCS.json

This file was deleted.

31 changes: 0 additions & 31 deletions public/locales/en/customCHIA.json

This file was deleted.

27 changes: 0 additions & 27 deletions public/locales/en/customDigaai.json

This file was deleted.

44 changes: 0 additions & 44 deletions public/locales/en/customGSD.json

This file was deleted.

11 changes: 0 additions & 11 deletions public/locales/en/customMRA.json

This file was deleted.

39 changes: 0 additions & 39 deletions public/locales/en/customPSI.json

This file was deleted.

51 changes: 0 additions & 51 deletions public/locales/en/customPSRI.json

This file was deleted.

78 changes: 0 additions & 78 deletions public/locales/en/custom_hbgdki.json

This file was deleted.

Loading

0 comments on commit 6663e29

Please sign in to comment.