feat: implement modals with vue router 4 #816

Merged
konrad merged 62 commits from dpschen/frontend:feature/vue3-modals-with-router-4 into main 2022-02-05 16:49:04 +00:00
1 changed files with 2 additions and 3 deletions
Showing only changes of commit 6c1857b133 - Show all commits

View File

@ -10,9 +10,8 @@ describe('List History', () => {
cy.visit('/') cy.visit('/')
cy.wait('@loadNamespaces') cy.wait('@loadNamespaces')
cy.get('h3') cy.get('body')
.contains('Last viewed') .should('not.contain', 'Last viewed')
.should('not.exist')
cy.visit(`/lists/${lists[0].id}`) cy.visit(`/lists/${lists[0].id}`)
cy.wait('@loadNamespaces') cy.wait('@loadNamespaces')