Update the test

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