navigation_redirect_login_page.js 229B

12345678
  1. describe('server > login page', function() {
  2. it('successfully loads', function() {
  3. cy.visit('/')
  4. // change URL to match your dev URL
  5. cy.url().should('include', 'http://localhost:6543/login')
  6. })
  7. })