diff --git a/webapp/cypress/integration/homepage.js b/webapp/cypress/integration/homepage.js index 8f02c09cc..53a4ec3fe 100644 --- a/webapp/cypress/integration/homepage.js +++ b/webapp/cypress/integration/homepage.js @@ -4,6 +4,6 @@ describe('Load homepage', () => { it('Can load homepage', () => { cy.visit('/'); - cy.get('div#octo-tasks-app').should('exist'); + cy.get('div#main-app').should('exist'); }); }); diff --git a/webapp/html-templates/page.ejs b/webapp/html-templates/page.ejs index a897d60b7..b06f6aa63 100644 --- a/webapp/html-templates/page.ejs +++ b/webapp/html-templates/page.ejs @@ -12,7 +12,7 @@
-