Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Angular component test fails with Firefox 128.0 locally #471

Closed
MikeMcC399 opened this issue Jul 15, 2024 · 2 comments · Fixed by #472
Closed

Angular component test fails with Firefox 128.0 locally #471

MikeMcC399 opened this issue Jul 15, 2024 · 2 comments · Fixed by #472

Comments

@MikeMcC399
Copy link
Collaborator

Issue

Running the examples/angular-app in Cypress component testing mode with the current stable production release of Firefox (128.0) fails to connect after first test.

Steps to reproduce

Ubuntu 22.04.4 LTS, Node.js v18.20.3

git clone https://github.com/cypress-io/circleci-orb
cd circleci-orb/examples/angular-app
npm ci
npx cypress run --component --browser firefox

Logs

(partial)


  AppComponent
    ✓ can mount (199ms)


  1 passing (275ms)


  (Results)

  ┌────────────────────────────────────────────────────────────────────────────────────────────────┐
  │ Tests:        1                                                                                │
  │ Passing:      1                                                                                │
  │ Failing:      0                                                                                │
  │ Pending:      0                                                                                │
  │ Skipped:      0                                                                                │
  │ Screenshots:  0                                                                                │
  │ Video:        false                                                                            │
  │ Duration:     0 seconds                                                                        │
  │ Spec Ran:     app.component.cy.ts                                                              │
  └────────────────────────────────────────────────────────────────────────────────────────────────┘


────────────────────────────────────────────────────────────────────────────────────────────────────

  Running:  button/button.component.cy.ts                                                   (2 of 5)

Timed out waiting for the browser to connect. Retrying...

Timed out waiting for the browser to connect. Retrying again...

The browser never connected. Something is wrong. The tests cannot run. Aborting...

The browser never connected. Something is wrong. The tests cannot run. Aborting...

  (Results)

  ┌────────────────────────────────────────────────────────────────────────────────────────────────┐
  │ Tests:        0                                                                                │
  │ Passing:      0                                                                                │
  │ Failing:      1                                                                                │
  │ Pending:      0                                                                                │
  │ Skipped:      0                                                                                │
  │ Screenshots:  0                                                                                │
  │ Video:        false                                                                            │
  │ Duration:     0 seconds                                                                        │
  │ Spec Ran:     button/button.component.cy.ts                                                    │
  └────────────────────────────────────────────────────────────────────────────────────────────────┘

Background

This is a known issue that is fixed in [email protected].

Suggestion

@MikeMcC399

This comment was marked as resolved.

@MikeMcC399
Copy link
Collaborator Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant