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 1 additions and 0 deletions
Showing only changes of commit 3212bc8e86 - Show all commits

View File

@ -9,6 +9,7 @@ describe('List History', () => {
const lists = ListFactory.create(6)
cy.visit('/')
cy.wait('@loadNamespaces')
cy.get('h3')
.contains('Last viewed')
.should('not.exist')