rename spec file
This commit is contained in:
parent
4b20dd2c34
commit
935c73c402
2 changed files with 6 additions and 6 deletions
6
cypress/e2e/home.cy.js
Normal file
6
cypress/e2e/home.cy.js
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
describe('The home page', () => {
|
||||||
|
it('successfully loads', () => {
|
||||||
|
cy.visit('/')
|
||||||
|
|
||||||
|
})
|
||||||
|
})
|
||||||
|
|
@ -1,6 +0,0 @@
|
||||||
describe('My First Test', () => {
|
|
||||||
it('Visits the Kitchen Sink', () => {
|
|
||||||
cy.visit('https://example.cypress.io')
|
|
||||||
cy.contains('type').click()
|
|
||||||
})
|
|
||||||
})
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue