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