From d0d67e3f28e858f5337a52f7c4285b0f887ad780 Mon Sep 17 00:00:00 2001 From: Hammad1007 Date: Wed, 20 Dec 2023 18:38:32 +0500 Subject: [PATCH] Update the test --- content-placeholder/cypress/e2e/test1.spec.cy.js | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) 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