first commit
This commit is contained in:
7
ui/tests/e2e/specs/home.e2e.js
Normal file
7
ui/tests/e2e/specs/home.e2e.js
Normal file
@@ -0,0 +1,7 @@
|
||||
describe('Home Page', () => {
|
||||
it('has the correct title and heading', () => {
|
||||
cy.visit('/')
|
||||
cy.title().should('equal', 'Home | Hammond')
|
||||
cy.contains('h1', 'Home Page')
|
||||
})
|
||||
})
|
||||
Reference in New Issue
Block a user