Skip to content

issues Search Results · repo:testing-library/user-event language:TypeScript

Filter by

551 results
 (71 ms)

551 results

intesting-library/user-event (press backspace or delete to remove)

Reproduction example N/A Prerequisites Hi! When test infra is re-used between jsdom env and node e2e(puppeteer/playwright/etc) env, current 14.6.1 breaks every e2e test as there is no window. We don ...
bug
needs assessment
  • iaroslavshvets
  • Opened 
    29 days ago
  • #1305

Prerequisites ` it( should display a mathematical expression when operators are entered , async () = { const mockOnChange = jest.fn(); render( CalculationInput onChange={mockOnChange} ...
bug
needs assessment
  • KalashnikovTV
  • Opened 
    on Sep 25
  • #1303

Reproduction example https://github.com/ItamarGronich/react-testing-library-submit-form Prerequisites 1. Clone the repo 2. Install dependencies with pnpm i 3. run test with pnpm test Expected behavior ...
bug
needs assessment
  • ItamarGronich
  • Opened 
    on Aug 20
  • #1297

just recently pay more effort into react library javascript development for the past few months. I wonder below line would causing problem for validity() routine call in HTMLInputElement-impl.js https://github.com/testing-library/user-event/blob/63ac399e06bd8f2397a6c581915acd29235f2d38/src/utils/edit/setFiles.ts#L45 ...
  • junyongz
  • 2
  • Opened 
    on Jul 25
  • #1293

Problem description The upload method doesn t support webkitdirectory unless multiple is also set to true. This is not the expected behaviour as selecting a single directory does not require multiple ...
enhancement
needs assessment
  • andrewalderson
  • Opened 
    on Jul 5
  • #1292

Reproduction example Unit test case in issue Prerequisites import { createEvent } from #src/event/createEvent import { render } from #testHelpers test( it does not stringify click pointerType , ...
bug
needs assessment
  • stigi
  • Opened 
    on Jun 16
  • #1291

Reproduction example null Prerequisites Setting a value to null programmatically. https://github.com/testing-library/user-event/blob/63ac399e06bd8f2397a6c581915acd29235f2d38/src/document/UI.ts#L24 ...
bug
needs assessment
  • hinogi
  • Opened 
    on Jun 12
  • #1290

Reproduction example https://codesandbox.io/p/sandbox/modest-hermann-pp9wgz Prerequisites 1. Run userEvent.setup({ writeToClipboard: true }) at the start of a script 2. Call navigator.clipboard.writeText( ...
bug
needs assessment
  • ghengeveld
  • Opened 
    on Jun 10
  • #1289

My project was working fine 13 months ago (2024-04-24), but at some point the tests started failing. I ve been trying to figure out what is wrong, but when I call user.type(), the test hangs for several ...
bug
needs assessment
  • Dreamsorcerer
  • 5
  • Opened 
    on May 26
  • #1286

Prerequisites When testing an input type= date / everything works fine when the date is within valid bounds: const value = format(add(new Date(), { days: 1 }), yyyy-MM-dd ); const user = userEvent.setup() ...
environment
  • zgrybus
  • 2
  • Opened 
    on May 5
  • #1285
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub