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 6 additions and 2 deletions
Showing only changes of commit 3f893fb16d - Show all commits

View File

@ -33,8 +33,12 @@ describe('List History', () => {
cy.wait('@loadNamespaces')
cy.wait('@loadList')
cy.visit('/')
cy.wait('@loadNamespaces')
// cy.visit('/')
// cy.wait('@loadNamespaces')
// Not using cy.visit here to work around the redirect issue fixed in #1337
cy.get('nav.menu.top-menu a')
.contains('Overview')
.click()
cy.get('body')
.should('contain', 'Last viewed')