diff --git a/content-placeholder/cypress/e2e/test1.spec.cy.js b/content-placeholder/cypress/e2e/test1.spec.cy.js index 322992c..c2584a9 100644 --- a/content-placeholder/cypress/e2e/test1.spec.cy.js +++ b/content-placeholder/cypress/e2e/test1.spec.cy.js @@ -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', () => { + }) }) \ No newline at end of file