diff --git a/cypress/e2e/workflow/projects.cy.js b/cypress/e2e/workflow/projects.cy.js index 60bfe5a..7af4c93 100644 --- a/cypress/e2e/workflow/projects.cy.js +++ b/cypress/e2e/workflow/projects.cy.js @@ -19,7 +19,7 @@ describe('Projects', () => { }); }); - it.skip('should show a list of completed projects', () => { + it('should show a list of completed projects', () => { const completedProjects = []; cy.getDataTest('completed-projects').should('be.visible').within(() => { diff --git a/public/_redirects b/public/_redirects new file mode 100644 index 0000000..ad37e2c --- /dev/null +++ b/public/_redirects @@ -0,0 +1 @@ +/* /index.html 200 diff --git a/src/App.vue b/src/App.vue index 101a60b..f862229 100644 --- a/src/App.vue +++ b/src/App.vue @@ -4,7 +4,7 @@ import TopNav from './components/TopNav.vue';