mirror of
https://github.com/jambonz/next-static-site.git
synced 2026-07-04 19:21:55 +00:00
Adding region landing page for registering/signing in from jambonz.org (#37)
This commit is contained in:
committed by
GitHub
parent
46549e2696
commit
962e91f152
@@ -30,8 +30,9 @@ describe('Navigation', () => {
|
||||
|
||||
cy.get('.navi__login .btn')
|
||||
.contains(site.navi.login.label)
|
||||
.should('have.attr', 'href', site.navi.login.link)
|
||||
.should('have.attr', 'target', '_blank');
|
||||
.should('have.attr', 'href',
|
||||
`${site.navi.login.link.pathname}?redirect=${site.navi.login.link.query.redirect}`
|
||||
)
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user