Update the test

pull/171/head
Hammad1007 2 years ago
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…
Cancel
Save