parent
13beec9137
commit
d0d67e3f28
@ -1,5 +1,13 @@
|
||||
describe('template spec', () => {
|
||||
it('passes', () => {
|
||||
cy.visit('https://example.cypress.io')
|
||||
describe('Project 6: Content Placeholder', () => {
|
||||
beforeEach(() => {
|
||||
cy.visit('http://127.0.0.1:5500/content-placeholder')
|
||||
})
|
||||
|
||||
it('Opens the home page', () => {
|
||||
|
||||
})
|
||||
|
||||
it('Background color', () => {
|
||||
|
||||
})
|
||||
})
|
Loading…
Reference in new issue