Skip to content

Commit

Permalink
remove unnecessary test skip logic
Browse files Browse the repository at this point in the history
  • Loading branch information
lubieowoce committed Jul 30, 2024
1 parent 1f6bb86 commit 08c2017
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions test/e2e/app-dir/next-form/default/next-form.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,10 @@ import { nextTestSetup } from 'e2e-utils'
import { BrowserInterface } from '../../../../lib/next-webdriver'

describe('app dir - form', () => {
const { next, skipped, isNextDev } = nextTestSetup({
const { next, isNextDev } = nextTestSetup({
files: __dirname,
})

if (skipped) {
return
}

it('should soft-navigate on submit and show the prefetched loading state', async () => {
const session = await next.browser('/forms/basic')
const navigationTracker = await trackMpaNavs(session)
Expand Down

0 comments on commit 08c2017

Please sign in to comment.