mirror of
				https://github.com/theoludwig/theoludwig.git
				synced 2025-11-04 00:19:01 +01:00 
			
		
		
		
	feat(posts): add git-ultimate-guide
				
					
				
			This commit is contained in:
		@@ -1,5 +1,7 @@
 | 
			
		||||
describe('Page /404', () => {
 | 
			
		||||
  beforeEach(() => cy.visit('/404', { failOnStatusCode: false }))
 | 
			
		||||
  beforeEach(() => {
 | 
			
		||||
    return cy.visit('/404', { failOnStatusCode: false })
 | 
			
		||||
  })
 | 
			
		||||
 | 
			
		||||
  it('should display the statusCode of 404', () => {
 | 
			
		||||
    cy.get('[data-cy=status-code]').contains('404')
 | 
			
		||||
 
 | 
			
		||||
@@ -1,5 +1,7 @@
 | 
			
		||||
describe('Page /500', () => {
 | 
			
		||||
  beforeEach(() => cy.visit('/500', { failOnStatusCode: false }))
 | 
			
		||||
  beforeEach(() => {
 | 
			
		||||
    return cy.visit('/500', { failOnStatusCode: false })
 | 
			
		||||
  })
 | 
			
		||||
 | 
			
		||||
  it('should display the statusCode of 500', () => {
 | 
			
		||||
    cy.get('[data-cy=status-code]').contains('500')
 | 
			
		||||
 
 | 
			
		||||
@@ -1,5 +1,7 @@
 | 
			
		||||
describe('Page /', () => {
 | 
			
		||||
  beforeEach(() => cy.visit('/'))
 | 
			
		||||
  beforeEach(() => {
 | 
			
		||||
    return cy.visit('/')
 | 
			
		||||
  })
 | 
			
		||||
 | 
			
		||||
  it('should reveals the sections while scrolling except the about section', () => {
 | 
			
		||||
    const sectionsReveals = [
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user