Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • B bootstrap
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 263
    • Issues 263
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 114
    • Merge requests 114
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Bootstrap
  • bootstrap
  • Issues
  • #36749
Closed
Open
Issue created Jul 16, 2022 by Julien Déramond@julien-deramondContributor3 of 3 checklist items completed3/3 checklist items

EventHandler JS test fails on Mac

Prerequisites

  • I have searched for duplicate or closed issues
  • I have validated any HTML to avoid common problems
  • I have read the contributing guidelines

Describe the issue

We are used to see BrowserStack tests fail randomly but since https://github.com/twbs/bootstrap/commit/505e0235b91052e7b9e4e542d8cd5639cba03de6 it fails 100% of the time. ref: #36386

I checked the logs of BrowserStack (while working on https://github.com/twbs/bootstrap/pull/36748) and could see:

Firefox 102.0 (Mac OS 10.15) EventHandler general functionality should hydrate properties, and make them configurable FAILED
	TypeError: setting getter-only property "originalTarget" thrown
	Error: Timeout - Async function did not complete within 10000ms (set by jasmine.DEFAULT_TIMEOUT_INTERVAL) in node_modules/jasmine-core/lib/jasmine-core/jasmine.js (line 8072)
	<Jasmine>
Firefox 102.0 (Mac OS 10.15) EventHandler general functionality should hydrate properties, and make them configurable FAILED
	TypeError: setting getter-only property "originalTarget" thrown
	Error: Timeout - Async function did not complete within 10000ms (set by jasmine.DEFAULT_TIMEOUT_INTERVAL) in node_modules/jasmine-core/lib/jasmine-core/jasmine.js (line 8072)
	<Jasmine>

I tried to launch this test locally only on a Mac (macOS 12.4) with Firefox (102.0.1 / 64 bits) and get the same exact error.

Note: From the logs, it should be reproductible on Windows 10+Firefox as well

/CC @GeoSot

What operating system(s) are you seeing the problem on?

macOS

What browser(s) are you seeing the problem on?

Firefox

What version of Bootstrap are you using?

v5.2.0 (current main branch)

Assignee
Assign to
Time tracking