Skip to content

Commit c385435

Browse files
committed
Fix e2e test to check for new title prefix
1 parent de0d7bf commit c385435

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

cypress/e2e/homepage.cy.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ describe('Homepage', () => {
66
cy.visit('/');
77
});
88

9-
it('should display translated title "DSpace Angular :: Home"', () => {
10-
cy.title().should('eq', 'DSpace Angular :: Home');
9+
it('should display translated title "DSpace Repository :: Home"', () => {
10+
cy.title().should('eq', 'DSpace Repository :: Home');
1111
});
1212

1313
it('should contain a news section', () => {

0 commit comments

Comments
 (0)