Skip to content

Commit

Permalink
chore: Use 14.0.4 as baseline
Browse files Browse the repository at this point in the history
  • Loading branch information
franky47 committed Dec 8, 2023
1 parent 6f2f5e7 commit da2ce6d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/e2e/cypress/e2e/push.cy.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
/// <reference types="cypress" />

describe('push', () => {
const appRouterTest = Cypress.env('nextVersion') === '14.0.3' ? it.skip : it
it('works in app router', () => {
cy.visit('/app/push')
cy.contains('#hydration-marker', 'hydrated').should('be.hidden')
Expand Down

0 comments on commit da2ce6d

Please sign in to comment.