mirror of
				https://github.com/theoludwig/theoludwig.git
				synced 2025-11-04 00:19:01 +01:00 
			
		
		
		
	build(deps): bump Next.js to v13
This commit is contained in:
		@@ -4,12 +4,7 @@ describe('Page /', () => {
 | 
			
		||||
  })
 | 
			
		||||
 | 
			
		||||
  it('should reveals the sections while scrolling except the about section', () => {
 | 
			
		||||
    const sectionsReveals = [
 | 
			
		||||
      '#interests',
 | 
			
		||||
      '#skills',
 | 
			
		||||
      '#portfolio',
 | 
			
		||||
      '#open-source'
 | 
			
		||||
    ]
 | 
			
		||||
    const sectionsReveals = ['#interests', '#skills', '#portfolio']
 | 
			
		||||
    cy.get('#about').should('be.visible')
 | 
			
		||||
    for (const section of sectionsReveals) {
 | 
			
		||||
      cy.get(section)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user