test v1
This commit is contained in:
13
cypress/e2e/Pokedemo/app-component.cy.js
Normal file
13
cypress/e2e/Pokedemo/app-component.cy.js
Normal file
@@ -0,0 +1,13 @@
|
||||
describe('AppComponent', () => {
|
||||
beforeEach(() => {
|
||||
cy.visit('http://localhost:4200')
|
||||
})
|
||||
|
||||
it('should display title', () => {
|
||||
cy.get('h1').should('contain', 'pokedemo!')
|
||||
})
|
||||
|
||||
it('should load the page', () => {
|
||||
cy.get('app-root').should('exist')
|
||||
})
|
||||
})
|
||||
Reference in New Issue
Block a user