Skip to content

Fixed typo in useFormContext #6119

Fixed typo in useFormContext

Fixed typo in useFormContext #6119

Workflow file for this run

name: E2E Test
on: [pull_request]
jobs:
cypress-run:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup Node
uses: actions/setup-node@v3
- name: Install pnpm
uses: pnpm/action-setup@v2
with:
version: 7
- name: Cypress run
uses: cypress-io/github-action@v4
with:
start: pnpm start
wait-on: 'http://ip6-localhost:3000'
wait-on-timeout: 120