Skip to content

Commit 6de0221

Browse files
authored
Merge pull request #90 from UoA-eResearch/master
Minor layout changes and add contact email
2 parents 5904a68 + 6c20898 commit 6de0221

File tree

11 files changed

+729
-25059
lines changed

11 files changed

+729
-25059
lines changed

hub-search-proxy/package-lock.json

Lines changed: 4 additions & 5468 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

research-hub-web/cypress/integration/articles.e2e.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,16 @@ describe('ResearchHubs Article Pages', () => {
1313
});
1414

1515
it('article displays body text', () => {
16-
cy.contains('Open access is making published research freely available on the internet. Open access material includes journal articles, artwork, books and book chapters, conference proceedings, theses, data and images.');
16+
cy.contains('Open access is making published research');
1717
});
1818

1919
it('displays a list of related items', () => {
2020
cy.get('#you-might-be-interested-in').should('exist');
2121
});
2222

2323
it('clicking a related item takes you to its page', () => {
24-
cy.get('#you-might-be-interested-in').contains('Research Outputs').click();
25-
cy.contains('Research Outputs is the research management system used by University staff and doctoral candidates to record their research publications and activities.');
24+
cy.get('#you-might-be-interested-in').contains('Creative Commons').click();
25+
cy.contains('Open Content');
2626
});
2727

2828
// it('displays a list of contacts', () => {

research-hub-web/cypress/integration/homepage.e2e.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ describe('ResearchHubs Homepage', () => {
2727
})
2828

2929
it('displays contact section', () => {
30-
cy.contains(`We are developing the ResearchHub further and would be grateful for your feedback. This will give us pointers for user-led refinement and further development of the interface content displayed in the ResearchHub.`);
30+
cy.contains(`We are developing the ResearchHub further`);
3131
})
3232

3333
it('displays footer', () => {

0 commit comments

Comments
 (0)