We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de0d7bf commit c385435Copy full SHA for c385435
1 file changed
cypress/e2e/homepage.cy.ts
@@ -6,8 +6,8 @@ describe('Homepage', () => {
6
cy.visit('/');
7
});
8
9
- it('should display translated title "DSpace Angular :: Home"', () => {
10
- cy.title().should('eq', 'DSpace Angular :: Home');
+ it('should display translated title "DSpace Repository :: Home"', () => {
+ cy.title().should('eq', 'DSpace Repository :: Home');
11
12
13
it('should contain a news section', () => {
0 commit comments