main-site

Main site for niliara.net
git clone git://niliara.net/main-site
Log | Files | Refs

home.cy.js (175B)


      1 describe('template spec', () => {
      2   it('passes', () => {
      3     cy.visit('http://localhost:1318/')
      4     cy.get('h1').first().should('have.text', 'This is index.html')
      5     
      6   })
      7 })