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

Fix error_ui system test #18497

Closed
flotwig opened this issue Oct 14, 2021 · 6 comments · Fixed by #20131
Closed

Fix error_ui system test #18497

flotwig opened this issue Oct 14, 2021 · 6 comments · Fixed by #20131
Assignees
Labels
process: tests Related to our internal tests

Comments

@flotwig
Copy link
Contributor

flotwig commented Oct 14, 2021

System test "e2e error ui handles sourcemaps in webpack for project: webpack-preprocessor-awesome-typescript-loader" began failing after the changes in #18172 merged into the changes in #16354.

It is currently skipped in that PR but should be fixed.

https://app.circleci.com/pipelines/github/cypress-io/cypress/24949/workflows/9a3333e5-0255-4bf2-962c-9a9c7ce8d755/jobs/931986/tests#failed-test-0

Error output from yarn workspace @tooling/system-tests test error_ui:

====================================================================================================

  (Run Starting)

  ┌────────────────────────────────────────────────────────────────────────────────────────────────┐
  │ Cypress:    8.6.0                                                                              │
  │ Browser:    Electron 93 (headless)                                                             │
  │ Specs:      1 found (failing_spec.ts)                                                          │
  │ Searched:   cypress/integration/failing_spec.*                                                 │
  └────────────────────────────────────────────────────────────────────────────────────────────────┘


────────────────────────────────────────────────────────────────────────────────────────────────────
                                                                                                    
  Running:  failing_spec.ts                                                                 (1 of 1)
(node:437526) electron: The default of nativeWindowOpen is deprecated and will be changing from false to true in Electron 15.  See https://github.com/electron/electron/issues/28511 for more information.
ℹ 「atl」: Using typescript@4.2.4 from typescript
ℹ 「atl」: Using tsconfig.json from /home/flotwig/src/cypress/cypress/system-tests/.projects/webpack-preprocessor-awesome-typescript-loader/cypress/tsconfig.json
ℹ 「atl」: Checking started in a separate process...
✖ 「atl」: Checking finished with 253 errors

Oops...we found an error preparing this test file:

  cypress/integration/failing_spec.ts

The error was:

Error: Webpack Compilation Error
[at-loader] ./cypress/integration/failing_spec.ts:21:1 
    TS2304: Cannot find name 'context'.

[at-loader] ./cypress/integration/failing_spec.ts:22:3 
    TS2304: Cannot find name 'beforeEach'.

[at-loader] ./cypress/integration/failing_spec.ts:4:22 
    TS6053: File '/home/flotwig/src/cypress/cli/types/mocha/index.d.ts' not found.

[at-loader] ./cypress/integration/failing_spec.ts:5:22 
    TS6053: File '/home/flotwig/src/cypress/cli/types/jquery/index.d.ts' not found.

[at-loader] ../../../node_modules/@types/jquery/JQueryStatic.d.ts:10:19 
    TS2702: 'JQuery' only refers to a type, but is being used as a namespace here.

[at-loader] ../../../node_modules/@types/jquery/JQueryStatic.d.ts:11:16 
    TS2702: 'JQuery' only refers to a type, but is being used as a namespace here.

[at-loader] ../../../node_modules/@types/jquery/JQueryStatic.d.ts:12:16 
    TS2702: 'JQuery' only refers to a type, but is being used as a namespace here.

[at-loader] ../../../node_modules/@types/jquery/JQueryStatic.d.ts:18:15 
    TS2702: 'JQuery' only refers to a type, but is being used as a namespace here.

[at-loader] ../../../node_modules/@types/jquery/JQueryStatic.d.ts:24:16 
    TS2702: 'JQuery' only refers to a type, but is being used as a namespace here.

[at-loader] ../../../node_modules/@types/jquery/JQueryStatic.d.ts:25:15 
    TS2702: 'JQuery' only refers to a type, but is being used as a namespace here.

[at-loader] ../../../node_modules/@types/jquery/JQueryStatic.d.ts:26:13 
    TS2702: 'JQuery' only refers to a type, but is being used as a namespace here.

[at-loader] ../../../node_modules/@types/jquery/JQueryStatic.d.ts:27:12 
    TS2702: 'JQuery' only refers to a type, but is being used as a namespace here.

[at-loader] ../../../node_modules/@types/jquery/JQueryStatic.d.ts:31:12 
    TS2702: 'JQuery' only refers to a type, but is being used as a namespace here.

[at-loader] ../../../node_modules/@types/jquery/JQueryStatic.d.ts:32:11 
    TS2702: 'JQuery' only refers to a type, but is being used as a namespace here.

[at-loader] ../../../node_modules/@types/jquery/JQueryStatic.d.ts:35:9 
    TS2702: 'JQuery' only refers to a type, but is being used as a namespace here.

[at-loader] ../../../node_modules/@types/jquery/JQueryStatic.d.ts:57:12 
    TS2702: 'JQuery' only refers to a type, but is being used as a namespace here.

[at-loader] ../../../node_modules/@types/jquery/JQueryStatic.d.ts:64:14 
    TS2702: 'JQuery' only refers to a type, but is being used as a namespace here.

[at-loader] ../../../node_modules/@types/jquery/JQueryStatic.d.ts:65:19 
    TS2702: 'JQuery' only refers to a type, but is being used as a namespace here.

[at-loader] ../../../node_modules/@types/jquery/JQueryStatic.d.ts:66:12 
    TS2702: 'JQuery' only refers to a type, but is being used as a namespace here.

[at-loader] ../../../node_modules/@types/jquery/JQueryStatic.d.ts:67:15 
    TS2702: 'JQuery' only refers to a type, but is being used as a namespace here.

[at-loader] ../../../node_modules/@types/jquery/JQueryStatic.d.ts:101:56 
    TS2702: 'JQuery' only refers to a type, but is being used as a namespace here.

[at-loader] ../../../node_modules/@types/jquery/JQueryStatic.d.ts:101:113 
    TS2702: 'JQuery' only refers to a type, but is being used as a namespace here.

[at-loader] ../../../node_modules/@types/jquery/JQueryStatic.d.ts:101:134 
    TS2315: Type 'JQuery' is not generic.

[at-loader] ../../../node_modules/@types/jquery/JQueryStatic.d.ts:140:56 
    TS2702: 'JQuery' only refers to a type, but is being used as a namespace here.

[at-loader] ../../../node_modules/@types/jquery/JQueryStatic.d.ts:140:113 
    TS2315: Type 'JQuery' is not generic.

[at-loader] ../../../node_modules/@types/jquery/JQueryStatic.d.ts:152:35 
    TS2315: Type 'JQuery' is not generic.

[at-loader] ../../../node_modules/@types/jquery/JQueryStatic.d.ts:170:66 
    TS2315: Type 'JQuery' is not generic.

[at-loader] ../../../node_modules/@types/jquery/JQueryStatic.d.ts:177:20 
    TS2315: Type 'JQuery' is not generic.

[at-loader] ../../../node_modules/@types/jquery/JQueryStatic.d.ts:177:32 
    TS2315: Type 'JQuery' is not generic.

[at-loader] ../../../node_modules/@types/jquery/JQueryStatic.d.ts:197:86 
    TS2315: Type 'JQuery' is not generic.

[at-loader] ../../../node_modules/@types/jquery/JQueryStatic.d.ts:204:16 
    TS2702: 'JQuery' only refers to a type, but is being used as a namespace here.

[at-loader] ../../../node_modules/@types/jquery/JQueryStatic.d.ts:204:48 
    TS2315: Type 'JQuery' is not generic.

[at-loader] ../../../node_modules/@types/jquery/JQueryStatic.d.ts:211:33 
    TS2315: Type 'JQuery' is not generic.

[at-loader] ../../../node_modules/@types/jquery/JQueryStatic.d.ts:220:34 
    TS2702: 'JQuery' only refers to a type, but is being used as a namespace here.

[at-loader] ../../../node_modules/@types/jquery/JQueryStatic.d.ts:220:56 
    TS2702: 'JQuery' only refers to a type, but is being used as a namespace here.

[at-loader] ../../../node_modules/@types/jquery/JQueryStatic.d.ts:287:21 
    TS2702: 'JQuery' only refers to a type, but is being used as a namespace here.

[at-loader] ../../../node_modules/@types/jquery/JQueryStatic.d.ts:287:43 
    TS2702: 'JQuery' only refers to a type, but is being used as a namespace here.

[at-loader] ../../../node_modules/@types/jquery/JQueryStatic.d.ts:296:38 
    TS2702: 'JQuery' only refers to a type, but is being used as a namespace here.

[at-loader] ../../../node_modules/@types/jquery/JQueryStatic.d.ts:296:76 
    TS2702: 'JQuery' only refers to a type, but is being used as a namespace here.

[at-loader] ../../../node_modules/@types/jquery/JQueryStatic.d.ts:296:104 
    TS2702: 'JQuery' only refers to a type, but is being used as a namespace here.

[at-loader] ../../../node_modules/@types/jquery/JQueryStatic.d.ts:303:38 
    TS2702: 'JQuery' only refers to a type, but is being used as a namespace here.

[at-loader] ../../../node_modules/@types/jquery/JQueryStatic.d.ts:303:76 
    TS2702: 'JQuery' only refers to a type, but is being used as a namespace here.

[at-loader] ../../../node_modules/@types/jquery/JQueryStatic.d.ts:303:104 
    TS2702: 'JQuery' only refers to a type, but is being used as a namespace here.

[at-loader] ../../../node_modules/@types/jquery/JQueryStatic.d.ts:319:24 
    TS2702: 'JQuery' only refers to a type, but is being used as a namespace here.

[at-loader] ../../../node_modules/@types/jquery/JQueryStatic.d.ts:319:46 
    TS2702: 'JQuery' only refers to a type, but is being used as a namespace here.

[at-loader] ../../../node_modules/@types/jquery/JQueryStatic.d.ts:328:38 
    TS2702: 'JQuery' only refers to a type, but is being used as a namespace here.

[at-loader] ../../../node_modules/@types/jquery/JQueryStatic.d.ts:328:76 
    TS2702: 'JQuery' only refers to a type, but is being used as a namespace here.

[at-loader] ../../../node_modules/@types/jquery/JQueryStatic.d.ts:328:104 
    TS2702: 'JQuery' only refers to a type, but is being used as a namespace here.

[at-loader] ../../../node_modules/@types/jquery/JQueryStatic.d.ts:328:121 
    TS2702: 'JQuery' only refers to a type, but is being used as a namespace here.

[at-loader] ../../../node_modules/@types/jquery/JQueryStatic.d.ts:333:62 
    TS2702: 'JQuery' only refers to a type, but is being used as a namespace here.

[at-loader] ../../../node_modules/@types/jquery/JQueryStatic.d.ts:419:111 
    TS2702: 'JQuery' only refers to a type, but is being used as a namespace here.

[at-loader] ../../../node_modules/@types/jquery/JQueryStatic.d.ts:432:49 
    TS2702: 'JQuery' only refers to a type, but is being used as a namespace here.

[at-loader] ../../../node_modules/@types/jquery/JQueryStatic.d.ts:480:49 
    TS2702: 'JQuery' only refers to a type, but is being used as a namespace here.

[at-loader] ../../../node_modules/@types/jquery/JQueryStatic.d.ts:674:30 
    TS2702: 'JQuery' only refers to a type, but is being used as a namespace here.

[at-loader] ../../../node_modules/@types/jquery/JQueryStatic.d.ts:674:48 
    TS2702: 'JQuery' only refers to a type, but is being used as a namespace here.

[at-loader] ../../../node_modules/@types/jquery/JQueryStatic.d.ts:1539:15 
    TS2702: 'JQuery' only refers to a type, but is being used as a namespace here.

[at-loader] ../../../node_modules/@types/jquery/JQueryStatic.d.ts:1540:18 
    TS2702: 'JQuery' only refers to a type, but is being used as a namespace here.

[at-loader] ../../../node_modules/@types/jquery/JQueryStatic.d.ts:1541:29 
    TS2702: 'JQuery' only refers to a type, but is being used as a namespace here.

[at-loader] ../../../node_modules/@types/jquery/JQueryStatic.d.ts:1560:18 
    TS2702: 'JQuery' only refers to a type, but is being used as a namespace here.

[at-loader] ../../../node_modules/@types/jquery/JQueryStatic.d.ts:1561:28 
    TS2702: 'JQuery' only refers to a type, but is being used as a namespace here.

[at-loader] ../../../node_modules/@types/jquery/JQueryStatic.d.ts:1595:23 
    TS2702: 'JQuery' only refers to a type, but is being used as a namespace here.

[at-loader] ../../../node_modules/@types/jquery/JQueryStatic.d.ts:1595:51 
    TS2702: 'JQuery' only refers to a type, but is being used as a namespace here.

[at-loader] ../../../node_modules/@types/jquery/JQueryStatic.d.ts:1595:81 
    TS2702: 'JQuery' only refers to a type, but is being used as a namespace here.

[at-loader] ../../../node_modules/@types/jquery/JQueryStatic.d.ts:1613:33 
    TS2702: 'JQuery' only refers to a type, but is being used as a namespace here.

[at-loader] ../../../node_modules/@types/jquery/JQueryStatic.d.ts:1613:58 
    TS2702: 'JQuery' only refers to a type, but is being used as a namespace here.

[at-loader] ../../../node_modules/@types/jquery/JQueryStatic.d.ts:1623:19 
    TS2702: 'JQuery' only refers to a type, but is being used as a namespace here.

[at-loader] ../../../node_modules/@types/jquery/JQueryStatic.d.ts:1624:22 
    TS2702: 'JQuery' only refers to a type, but is being used as a namespace here.

[at-loader] ../../../node_modules/@types/jquery/JQueryStatic.d.ts:1624:50 
    TS2702: 'JQuery' only refers to a type, but is being used as a namespace here.

[at-loader] ../../../node_modules/@types/jquery/JQueryStatic.d.ts:1695:28 
    TS2702: 'JQuery' only refers to a type, but is being used as a namespace here.

[at-loader] ../../../node_modules/@types/jquery/JQueryStatic.d.ts:1695:56 
    TS2702: 'JQuery' only refers to a type, but is being used as a namespace here.

[at-loader] ../../../node_modules/@types/jquery/JQueryStatic.d.ts:1695:86 
    TS2702: 'JQuery' only refers to a type, but is being used as a namespace here.

[at-loader] ../../../node_modules/@types/jquery/JQueryStatic.d.ts:1770:25 
    TS2702: 'JQuery' only refers to a type, but is being used as a namespace here.

[at-loader] ../../../node_modules/@types/jquery/JQueryStatic.d.ts:1770:73 
    TS2702: 'JQuery' only refers to a type, but is being used as a namespace here.

[at-loader] ../../../node_modules/@types/jquery/JQueryStatic.d.ts:1777:24 
    TS2702: 'JQuery' only refers to a type, but is being used as a namespace here.

[at-loader] ../../../node_modules/@types/jquery/JQueryStatic.d.ts:1777:49 
    TS2702: 'JQuery' only refers to a type, but is being used as a namespace here.

[at-loader] ../../../node_modules/@types/jquery/JQueryStatic.d.ts:1905:52 
    TS2702: 'JQuery' only refers to a type, but is being used as a namespace here.

[at-loader] ../../../node_modules/@types/jquery/JQueryStatic.d.ts:1932:25 
    TS2702: 'JQuery' only refers to a type, but is being used as a namespace here.

[at-loader] ../../../node_modules/@types/jquery/JQueryStatic.d.ts:1932:45 
    TS2702: 'JQuery' only refers to a type, but is being used as a namespace here.

[at-loader] ../../../node_modules/@types/jquery/JQueryStatic.d.ts:2301:102 
    TS2702: 'JQuery' only refers to a type, but is being used as a namespace here.

[at-loader] ../../../node_modules/@types/jquery/JQueryStatic.d.ts:2326:108 
    TS2702: 'JQuery' only refers to a type, but is being used as a namespace here.

[at-loader] ../../../node_modules/@types/jquery/JQueryStatic.d.ts:2514:24 
    TS2702: 'JQuery' only refers to a type, but is being used as a namespace here.

[at-loader] ../../../node_modules/@types/jquery/JQueryStatic.d.ts:2523:90 
    TS2702: 'JQuery' only refers to a type, but is being used as a namespace here.

[at-loader] ../../../node_modules/@types/jquery/JQueryStatic.d.ts:2573:79 
    TS2702: 'JQuery' only refers to a type, but is being used as a namespace here.

[at-loader] ../../../node_modules/@types/jquery/JQueryStatic.d.ts:2649:16 
    TS2702: 'JQuery' only refers to a type, but is being used as a namespace here.

[at-loader] ../../../node_modules/@types/jquery/JQueryStatic.d.ts:2650:19 
    TS2702: 'JQuery' only refers to a type, but is being used as a namespace here.

[at-loader] ../../../node_modules/@types/jquery/JQueryStatic.d.ts:2651:30 
    TS2702: 'JQuery' only refers to a type, but is being used as a namespace here.

[at-loader] ../../../node_modules/@types/jquery/JQueryStatic.d.ts:2662:19 
    TS2702: 'JQuery' only refers to a type, but is being used as a namespace here.

[at-loader] ../../../node_modules/@types/jquery/JQueryStatic.d.ts:2663:29 
    TS2702: 'JQuery' only refers to a type, but is being used as a namespace here.

[at-loader] ../../../node_modules/@types/jquery/JQueryStatic.d.ts:2745:24 
    TS2702: 'JQuery' only refers to a type, but is being used as a namespace here.

[at-loader] ../../../node_modules/@types/jquery/JQueryStatic.d.ts:2745:52 
    TS2702: 'JQuery' only refers to a type, but is being used as a namespace here.

[at-loader] ../../../node_modules/@types/jquery/JQueryStatic.d.ts:2745:82 
    TS2702: 'JQuery' only refers to a type, but is being used as a namespace here.

[at-loader] ../../../node_modules/@types/jquery/JQueryStatic.d.ts:2763:34 
    TS2702: 'JQuery' only refers to a type, but is being used as a namespace here.

[at-loader] ../../../node_modules/@types/jquery/JQueryStatic.d.ts:2763:59 
    TS2702: 'JQuery' only refers to a type, but is being used as a namespace here.

[at-loader] ../../../node_modules/@types/jquery/JQueryStatic.d.ts:13106:73 
    TS2702: 'JQuery' only refers to a type, but is being used as a namespace here.

[at-loader] ../../../node_modules/@types/jquery/JQueryStatic.d.ts:13106:92 
    TS2702: 'JQuery' only refers to a type, but is being used as a namespace here.

[at-loader] ../../../node_modules/@types/jquery/JQueryStatic.d.ts:13106:119 
    TS2702: 'JQuery' only refers to a type, but is being used as a namespace here.

[at-loader] ../../../node_modules/@types/jquery/JQueryStatic.d.ts:13166:55 
    TS2702: 'JQuery' only refers to a type, but is being used as a namespace here.

[at-loader] ../../../node_modules/@types/jquery/JQueryStatic.d.ts:13175:61 
    TS2702: 'JQuery' only refers to a type, but is being used as a namespace here.

[at-loader] ../../../node_modules/@types/jquery/JQueryStatic.d.ts:13175:131 
    TS2702: 'JQuery' only refers to a type, but is being used as a namespace here.

[at-loader] ../../../node_modules/@types/jquery/JQueryStatic.d.ts:13187:61 
    TS2702: 'JQuery' only refers to a type, but is being used as a namespace here.

[at-loader] ../../../node_modules/@types/jquery/JQueryStatic.d.ts:13188:106 
    TS2702: 'JQuery' only refers to a type, but is being used as a namespace here.

[at-loader] ../../../node_modules/@types/jquery/JQueryStatic.d.ts:13200:80 
    TS2702: 'JQuery' only refers to a type, but is being used as a namespace here.

[at-loader] ../../../node_modules/@types/jquery/JQueryStatic.d.ts:13200:127 
    TS2702: 'JQuery' only refers to a type, but is being used as a namespace here.

[at-loader] ../../../node_modules/@types/jquery/JQueryStatic.d.ts:13200:160 
    TS2702: 'JQuery' only refers to a type, but is being used as a namespace here.

[at-loader] ../../../node_modules/@types/jquery/JQueryStatic.d.ts:13388:24 
    TS2702: 'JQuery' only refers to a type, but is being used as a namespace here.

[at-loader] ../../../node_modules/@types/jquery/JQueryStatic.d.ts:13388:51 
    TS2702: 'JQuery' only refers to a type, but is being used as a namespace here.

[at-loader] ../../../node_modules/@types/jquery/JQueryStatic.d.ts:13389:24 
    TS2702: 'JQuery' only refers to a type, but is being used as a namespace here.

[at-loader] ../../../node_modules/@types/jquery/JQueryStatic.d.ts:13389:51 
    TS2702: 'JQuery' only refers to a type, but is being used as a namespace here.

[at-loader] ../../../node_modules/@types/jquery/JQueryStatic.d.ts:13390:24 
    TS2702: 'JQuery' only refers to a type, but is being used as a namespace here.

[at-loader] ../../../node_modules/@types/jquery/JQueryStatic.d.ts:13390:51 
    TS2702: 'JQuery' only refers to a type, but is being used as a namespace here.

[at-loader] ../../../node_modules/@types/jquery/JQueryStatic.d.ts:13391:8 
    TS2702: 'JQuery' only refers to a type, but is being used as a namespace here.

[at-loader] ../../../node_modules/@types/jquery/JQueryStatic.d.ts:13418:24 
    TS2702: 'JQuery' only refers to a type, but is being used as a namespace here.

[at-loader] ../../../node_modules/@types/jquery/JQueryStatic.d.ts:13418:51 
    TS2702: 'JQuery' only refers to a type, but is being used as a namespace here.

[at-loader] ../../../node_modules/@types/jquery/JQueryStatic.d.ts:13419:24 
    TS2702: 'JQuery' only refers to a type, but is being used as a namespace here.

[at-loader] ../../../node_modules/@types/jquery/JQueryStatic.d.ts:13419:51 
    TS2702: 'JQuery' only refers to a type, but is being used as a namespace here.

[at-loader] ../../../node_modules/@types/jquery/JQueryStatic.d.ts:13420:8 
    TS2702: 'JQuery' only refers to a type, but is being used as a namespace here.

[at-loader] ../../../node_modules/@types/jquery/JQueryStatic.d.ts:13447:24 
    TS2702: 'JQuery' only refers to a type, but is being used as a namespace here.

[at-loader] ../../../node_modules/@types/jquery/JQueryStatic.d.ts:13448:24 
    TS2702: 'JQuery' only refers to a type, but is being used as a namespace here.

[at-loader] ../../../node_modules/@types/jquery/JQueryStatic.d.ts:13449:8 
    TS2702: 'JQuery' only refers to a type, but is being used as a namespace here.

[at-loader] ../../../node_modules/@types/jquery/JQueryStatic.d.ts:13474:36 
    TS2702: 'JQuery' only refers to a type, but is being used as a namespace here.

[at-loader] ../../../node_modules/@types/jquery/JQueryStatic.d.ts:13474:63 
    TS2702: 'JQuery' only refers to a type, but is being used as a namespace here.

[at-loader] ../../../node_modules/@types/jquery/JQueryStatic.d.ts:13474:92 
    TS2702: 'JQuery' only refers to a type, but is being used as a namespace here.

[at-loader] ../../../node_modules/@types/jquery/JQueryStatic.d.ts:13497:56 
    TS2702: 'JQuery' only refers to a type, but is being used as a namespace here.

[at-loader] ../../../node_modules/@types/jquery/JQueryStatic.d.ts:13497:83 
    TS2702: 'JQuery' only refers to a type, but is being used as a namespace here.

[at-loader] ../../../node_modules/@types/jquery/JQueryStatic.d.ts:13497:113 
    TS2702: 'JQuery' only refers to a type, but is being used as a namespace here.

[at-loader] ../../../node_modules/@types/jquery/JQueryStatic.d.ts:13520:32 
    TS2702: 'JQuery' only refers to a type, but is being used as a namespace here.

[at-loader] ../../../node_modules/@types/jquery/index.d.ts:34:10 
    TS2304: Cannot find name 'jQuery'.

[at-loader] ../../../node_modules/@types/chai-jquery/index.d.ts:47:20 
    TS2304: Cannot find name 'JQueryAjaxSettings'.

[at-loader] ../../../node_modules/@types/chai-jquery/index.d.ts:47:41 
    TS2304: Cannot find name 'JQueryXHR'.

[at-loader] ../../../node_modules/@types/chai-jquery/index.d.ts:54:34 
    TS2304: Cannot find name 'JQueryAjaxSettings'.

[at-loader] ../../../node_modules/@types/chai-jquery/index.d.ts:54:55 
    TS2304: Cannot find name 'JQueryXHR'.

[at-loader] ../../../node_modules/@types/chai-jquery/index.d.ts:62:73 
    TS2304: Cannot find name 'JQueryAjaxSettings'.

[at-loader] ../../../node_modules/@types/chai-jquery/index.d.ts:62:100 
    TS2304: Cannot find name 'JQueryXHR'.

[at-loader] ../../../node_modules/@types/chai-jquery/index.d.ts:68:54 
    TS2304: Cannot find name 'JQueryAjaxSettings'.

[at-loader] ../../../node_modules/@types/chai-jquery/index.d.ts:68:81 
    TS2304: Cannot find name 'JQueryXHR'.

[at-loader] ../../../node_modules/@types/chai-jquery/index.d.ts:70:19 
    TS2304: Cannot find name 'JQueryAjaxSettings'.

[at-loader] ../../../node_modules/@types/chai-jquery/index.d.ts:77:24 
    TS2304: Cannot find name 'JQueryAjaxSettings'.

[at-loader] ../../../node_modules/@types/chai-jquery/index.d.ts:86:71 
    TS2304: Cannot find name 'JQueryXHR'.

[at-loader] ../../../node_modules/@types/chai-jquery/index.d.ts:86:110 
    TS2304: Cannot find name 'JQueryXHR'.

[at-loader] ../../../node_modules/@types/chai-jquery/index.d.ts:95:93 
    TS2304: Cannot find name 'JQueryXHR'.

[at-loader] ../../../node_modules/@types/chai-jquery/index.d.ts:95:132 
    TS2304: Cannot find name 'JQueryXHR'.

[at-loader] ../../../node_modules/@types/chai-jquery/index.d.ts:102:75 
    TS2304: Cannot find name 'JQueryXHR'.

[at-loader] ../../../node_modules/@types/chai-jquery/index.d.ts:102:95 
    TS2304: Cannot find name 'JQueryXHR'.

[at-loader] ../../../node_modules/@types/chai-jquery/index.d.ts:110:97 
    TS2304: Cannot find name 'JQueryXHR'.

[at-loader] ../../../node_modules/@types/chai-jquery/index.d.ts:110:117 
    TS2304: Cannot find name 'JQueryXHR'.

[at-loader] ../../../node_modules/@types/chai-jquery/index.d.ts:117:82 
    TS2304: Cannot find name 'JQueryXHR'.

[at-loader] ../../../node_modules/@types/chai-jquery/index.d.ts:117:102 
    TS2304: Cannot find name 'JQueryXHR'.

[at-loader] ../../../node_modules/@types/chai-jquery/index.d.ts:122:12 
    TS2304: Cannot find name 'JQueryParam'.

[at-loader] ../../../node_modules/@types/chai-jquery/index.d.ts:131:72 
    TS2304: Cannot find name 'JQueryXHR'.

[at-loader] ../../../node_modules/@types/chai-jquery/index.d.ts:131:111 
    TS2304: Cannot find name 'JQueryXHR'.

[at-loader] ../../../node_modules/@types/chai-jquery/index.d.ts:140:94 
    TS2304: Cannot find name 'JQueryXHR'.

[at-loader] ../../../node_modules/@types/chai-jquery/index.d.ts:140:133 
    TS2304: Cannot find name 'JQueryXHR'.

[at-loader] ../../../node_modules/@types/chai-jquery/index.d.ts:147:32 
    TS2304: Cannot find name 'JQueryCallback'.

[at-loader] ../../../node_modules/@types/chai-jquery/index.d.ts:226:35 
    TS2304: Cannot find name 'JQueryPromise'.

[at-loader] ../../../node_modules/@types/chai-jquery/index.d.ts:226:81 
    TS2304: Cannot find name 'JQueryPromise'.

[at-loader] ../../../node_modules/@types/chai-jquery/index.d.ts:308:42 
    TS2304: Cannot find name 'JQueryDeferred'.

[at-loader] ../../../node_modules/@types/chai-jquery/index.d.ts:308:70 
    TS2304: Cannot find name 'JQueryDeferred'.

[at-loader] ../../../node_modules/@types/chai-jquery/index.d.ts:345:12 
    TS2304: Cannot find name 'JQueryEventConstructor'.

[at-loader] ../../../node_modules/@types/chai-jquery/index.d.ts:360:14 
    TS2304: Cannot find name 'JQuerySupport'.

[at-loader] ../../../node_modules/@types/chai-jquery/index.d.ts:581:35 
    TS2304: Cannot find name 'JQueryEventObject'.

[at-loader] ../../../node_modules/@types/chai-jquery/index.d.ts:587:32 
    TS2304: Cannot find name 'JQueryEventObject'.

[at-loader] ../../../node_modules/@types/chai-jquery/index.d.ts:587:58 
    TS2304: Cannot find name 'JQueryXHR'.

[at-loader] ../../../node_modules/@types/chai-jquery/index.d.ts:587:83 
    TS2304: Cannot find name 'JQueryAjaxSettings'.

[at-loader] ../../../node_modules/@types/chai-jquery/index.d.ts:593:31 
    TS2304: Cannot find name 'JQueryEventObject'.

[at-loader] ../../../node_modules/@types/chai-jquery/index.d.ts:593:57 
    TS2304: Cannot find name 'JQueryXHR'.

[at-loader] ../../../node_modules/@types/chai-jquery/index.d.ts:593:81 
    TS2304: Cannot find name 'JQueryAjaxSettings'.

[at-loader] ../../../node_modules/@types/chai-jquery/index.d.ts:611:34 
    TS2304: Cannot find name 'JQueryEventObject'.

[at-loader] ../../../node_modules/@types/chai-jquery/index.d.ts:611:98 
    TS2304: Cannot find name 'JQueryAjaxSettings'.

[at-loader] ../../../node_modules/@types/chai-jquery/index.d.ts:629:23 
    TS2304: Cannot find name 'JQuerySerializeArrayElement'.

[at-loader] ../../../node_modules/@types/chai-jquery/index.d.ts:869:15 
    TS2304: Cannot find name 'JQueryCoordinates'.

[at-loader] ../../../node_modules/@types/chai-jquery/index.d.ts:875:25 
    TS2304: Cannot find name 'JQueryCoordinates'.

[at-loader] ../../../node_modules/@types/chai-jquery/index.d.ts:881:42 
    TS2304: Cannot find name 'JQueryCoordinates'.

[at-loader] ../../../node_modules/@types/chai-jquery/index.d.ts:881:64 
    TS2304: Cannot find name 'JQueryCoordinates'.

[at-loader] ../../../node_modules/@types/chai-jquery/index.d.ts:914:17 
    TS2304: Cannot find name 'JQueryCoordinates'.

[at-loader] ../../../node_modules/@types/chai-jquery/index.d.ts:1012:46 
    TS2304: Cannot find name 'JQueryPromise'.

[at-loader] ../../../node_modules/@types/chai-jquery/index.d.ts:1037:42 
    TS2304: Cannot find name 'JQueryAnimationOptions'.

[at-loader] ../../../node_modules/@types/chai-jquery/index.d.ts:1067:21 
    TS2304: Cannot find name 'JQueryAnimationOptions'.

[at-loader] ../../../node_modules/@types/chai-jquery/index.d.ts:1089:22 
    TS2304: Cannot find name 'JQueryAnimationOptions'.

[at-loader] ../../../node_modules/@types/chai-jquery/index.d.ts:1129:25 
    TS2304: Cannot find name 'JQueryAnimationOptions'.

[at-loader] ../../../node_modules/@types/chai-jquery/index.d.ts:1158:19 
    TS2304: Cannot find name 'JQueryAnimationOptions'.

[at-loader] ../../../node_modules/@types/chai-jquery/index.d.ts:1180:19 
    TS2304: Cannot find name 'JQueryAnimationOptions'.

[at-loader] ../../../node_modules/@types/chai-jquery/index.d.ts:1202:24 
    TS2304: Cannot find name 'JQueryAnimationOptions'.

[at-loader] ../../../node_modules/@types/chai-jquery/index.d.ts:1224:26 
    TS2304: Cannot find name 'JQueryAnimationOptions'.

[at-loader] ../../../node_modules/@types/chai-jquery/index.d.ts:1246:22 
    TS2304: Cannot find name 'JQueryAnimationOptions'.

[at-loader] ../../../node_modules/@types/chai-jquery/index.d.ts:1284:21 
    TS2304: Cannot find name 'JQueryAnimationOptions'.

[at-loader] ../../../node_modules/@types/chai-jquery/index.d.ts:1299:68 
    TS2304: Cannot find name 'JQueryEventObject'.

[at-loader] ../../../node_modules/@types/chai-jquery/index.d.ts:1306:52 
    TS2304: Cannot find name 'JQueryEventObject'.

[at-loader] ../../../node_modules/@types/chai-jquery/index.d.ts:1338:33 
    TS2304: Cannot find name 'JQueryEventObject'.

[at-loader] ../../../node_modules/@types/chai-jquery/index.d.ts:1345:51 
    TS2304: Cannot find name 'JQueryEventObject'.

[at-loader] ../../../node_modules/@types/chai-jquery/index.d.ts:1356:35 
    TS2304: Cannot find name 'JQueryEventObject'.

[at-loader] ../../../node_modules/@types/chai-jquery/index.d.ts:1363:53 
    TS2304: Cannot find name 'JQueryEventObject'.

[at-loader] ../../../node_modules/@types/chai-jquery/index.d.ts:1374:34 
    TS2304: Cannot find name 'JQueryEventObject'.

[at-loader] ../../../node_modules/@types/chai-jquery/index.d.ts:1381:52 
    TS2304: Cannot find name 'JQueryEventObject'.

[at-loader] ../../../node_modules/@types/chai-jquery/index.d.ts:1392:37 
    TS2304: Cannot find name 'JQueryEventObject'.

[at-loader] ../../../node_modules/@types/chai-jquery/index.d.ts:1399:55 
    TS2304: Cannot find name 'JQueryEventObject'.

[at-loader] ../../../node_modules/@types/chai-jquery/index.d.ts:1401:71 
    TS2304: Cannot find name 'JQueryEventObject'.

[at-loader] ../../../node_modules/@types/chai-jquery/index.d.ts:1402:87 
    TS2304: Cannot find name 'JQueryEventObject'.

[at-loader] ../../../node_modules/@types/chai-jquery/index.d.ts:1413:34 
    TS2304: Cannot find name 'JQueryEventObject'.

[at-loader] ../../../node_modules/@types/chai-jquery/index.d.ts:1420:52 
    TS2304: Cannot find name 'JQueryEventObject'.

[at-loader] ../../../node_modules/@types/chai-jquery/index.d.ts:1427:36 
    TS2304: Cannot find name 'JQueryEventObject'.

[at-loader] ../../../node_modules/@types/chai-jquery/index.d.ts:1434:55 
    TS2304: Cannot find name 'JQueryEventObject'.

[at-loader] ../../../node_modules/@types/chai-jquery/index.d.ts:1441:37 
    TS2304: Cannot find name 'JQueryEventObject'.

[at-loader] ../../../node_modules/@types/chai-jquery/index.d.ts:1448:56 
    TS2304: Cannot find name 'JQueryEventObject'.

[at-loader] ../../../node_modules/@types/chai-jquery/index.d.ts:1456:36 
    TS2304: Cannot find name 'JQueryEventObject'.

[at-loader] ../../../node_modules/@types/chai-jquery/index.d.ts:1456:89 
    TS2304: Cannot find name 'JQueryEventObject'.

[at-loader] ../../../node_modules/@types/chai-jquery/index.d.ts:1462:39 
    TS2304: Cannot find name 'JQueryEventObject'.

[at-loader] ../../../node_modules/@types/chai-jquery/index.d.ts:1473:36 
    TS2304: Cannot find name 'JQueryKeyEventObject'.

[at-loader] ../../../node_modules/@types/chai-jquery/index.d.ts:1480:54 
    TS2304: Cannot find name 'JQueryKeyEventObject'.

[at-loader] ../../../node_modules/@types/chai-jquery/index.d.ts:1491:37 
    TS2304: Cannot find name 'JQueryKeyEventObject'.

[at-loader] ../../../node_modules/@types/chai-jquery/index.d.ts:1498:55 
    TS2304: Cannot find name 'JQueryKeyEventObject'.

[at-loader] ../../../node_modules/@types/chai-jquery/index.d.ts:1509:34 
    TS2304: Cannot find name 'JQueryKeyEventObject'.

[at-loader] ../../../node_modules/@types/chai-jquery/index.d.ts:1516:52 
    TS2304: Cannot find name 'JQueryKeyEventObject'.

[at-loader] ../../../node_modules/@types/chai-jquery/index.d.ts:1523:33 
    TS2304: Cannot find name 'JQueryEventObject'.

[at-loader] ../../../node_modules/@types/chai-jquery/index.d.ts:1530:51 
    TS2304: Cannot find name 'JQueryEventObject'.

[at-loader] ../../../node_modules/@types/chai-jquery/index.d.ts:1541:38 
    TS2304: Cannot find name 'JQueryMouseEventObject'.

[at-loader] ../../../node_modules/@types/chai-jquery/index.d.ts:1548:57 
    TS2304: Cannot find name 'JQueryMouseEventObject'.

[at-loader] ../../../node_modules/@types/chai-jquery/index.d.ts:1559:39 
    TS2304: Cannot find name 'JQueryMouseEventObject'.

[at-loader] ../../../node_modules/@types/chai-jquery/index.d.ts:1566:58 
    TS2304: Cannot find name 'JQueryMouseEventObject'.

[at-loader] ../../../node_modules/@types/chai-jquery/index.d.ts:1577:39 
    TS2304: Cannot find name 'JQueryMouseEventObject'.

[at-loader] ../../../node_modules/@types/chai-jquery/index.d.ts:1584:58 
    TS2304: Cannot find name 'JQueryMouseEventObject'.

[at-loader] ../../../node_modules/@types/chai-jquery/index.d.ts:1595:38 
    TS2304: Cannot find name 'JQueryMouseEventObject'.

[at-loader] ../../../node_modules/@types/chai-jquery/index.d.ts:1602:57 
    TS2304: Cannot find name 'JQueryMouseEventObject'.

[at-loader] ../../../node_modules/@types/chai-jquery/index.d.ts:1613:37 
    TS2304: Cannot find name 'JQueryMouseEventObject'.

[at-loader] ../../../node_modules/@types/chai-jquery/index.d.ts:1620:56 
    TS2304: Cannot find name 'JQueryMouseEventObject'.

[at-loader] ../../../node_modules/@types/chai-jquery/index.d.ts:1631:38 
    TS2304: Cannot find name 'JQueryMouseEventObject'.

[at-loader] ../../../node_modules/@types/chai-jquery/index.d.ts:1638:57 
    TS2304: Cannot find name 'JQueryMouseEventObject'.

[at-loader] ../../../node_modules/@types/chai-jquery/index.d.ts:1649:36 
    TS2304: Cannot find name 'JQueryMouseEventObject'.

[at-loader] ../../../node_modules/@types/chai-jquery/index.d.ts:1656:55 
    TS2304: Cannot find name 'JQueryMouseEventObject'.

[at-loader] ../../../node_modules/@types/chai-jquery/index.d.ts:1669:68 
    TS2304: Cannot find name 'JQueryEventObject'.

[at-loader] ../../../node_modules/@types/chai-jquery/index.d.ts:1676:48 
    TS2304: Cannot find name 'JQueryEventObject'.

[at-loader] ../../../node_modules/@types/chai-jquery/index.d.ts:1691:47 
    TS2304: Cannot find name 'JQueryEventObject'.

[at-loader] ../../../node_modules/@types/chai-jquery/index.d.ts:1699:58 
    TS2304: Cannot find name 'JQueryEventObject'.

[at-loader] ../../../node_modules/@types/chai-jquery/index.d.ts:1707:65 
    TS2304: Cannot find name 'JQueryEventObject'.

[at-loader] ../../../node_modules/@types/chai-jquery/index.d.ts:1716:76 
    TS2304: Cannot find name 'JQueryEventObject'.

[at-loader] ../../../node_modules/@types/chai-jquery/index.d.ts:1739:48 
    TS2304: Cannot find name 'JQueryEventObject'.

[at-loader] ../../../node_modules/@types/chai-jquery/index.d.ts:1747:62 
    TS2304: Cannot find name 'JQueryEventObject'.

[at-loader] ../../../node_modules/@types/chai-jquery/index.d.ts:1756:66 
    TS2304: Cannot find name 'JQueryEventObject'.

[at-loader] ../../../node_modules/@types/chai-jquery/index.d.ts:1765:77 
    TS2304: Cannot find name 'JQueryEventObject'.

[at-loader] ../../../node_modules/@types/chai-jquery/index.d.ts:1801:35 
    TS2304: Cannot find name 'JQueryEventObject'.

[at-loader] ../../../node_modules/@types/chai-jquery/index.d.ts:1808:54 
    TS2304: Cannot find name 'JQueryEventObject'.

[at-loader] ../../../node_modules/@types/chai-jquery/index.d.ts:1819:35 
    TS2304: Cannot find name 'JQueryEventObject'.

[at-loader] ../../../node_modules/@types/chai-jquery/index.d.ts:1826:54 
    TS2304: Cannot find name 'JQueryEventObject'.

[at-loader] ../../../node_modules/@types/chai-jquery/index.d.ts:1837:35 
    TS2304: Cannot find name 'JQueryEventObject'.

[at-loader] ../../../node_modules/@types/chai-jquery/index.d.ts:1844:54 
    TS2304: Cannot find name 'JQueryEventObject'.

[at-loader] ../../../node_modules/@types/chai-jquery/index.d.ts:1855:35 
    TS2304: Cannot find name 'JQueryEventObject'.

[at-loader] ../../../node_modules/@types/chai-jquery/index.d.ts:1862:53 
    TS2304: Cannot find name 'JQueryEventObject'.

[at-loader] ../../../node_modules/@types/chai-jquery/index.d.ts:1877:20 
    TS2304: Cannot find name 'JQueryEventObject'.

[at-loader] ../../../node_modules/@types/chai-jquery/index.d.ts:1893:56 
    TS2304: Cannot find name 'JQueryEventObject'.

[at-loader] ../../../node_modules/@types/chai-jquery/index.d.ts:1919:77 
    TS2304: Cannot find name 'JQueryEventObject'.

[at-loader] ../../../node_modules/@types/chai-jquery/index.d.ts:1939:35 
    TS2304: Cannot find name 'JQueryEventObject'.

[at-loader] ../../../node_modules/@types/chai-jquery/index.d.ts:1946:53 
    TS2304: Cannot find name 'JQueryEventObject'.

[at-loader] ../../../node_modules/@types/chai-jquery/index.d.ts:1960:34 
    TS2304: Cannot find name 'JQueryEventObject'.

[at-loader] ../../../node_modules/@types/chai-jquery/index.d.ts:1967:50 
    TS2304: Cannot find name 'JQueryEventObject'.
    at handle (/home/flotwig/src/cypress/cypress/npm/webpack-preprocessor/dist/index.js:180:23)
    at finalCallback (/home/flotwig/src/cypress/cypress/npm/webpack-preprocessor/node_modules/webpack/lib/Compiler.js:257:39)
    at /home/flotwig/src/cypress/cypress/npm/webpack-preprocessor/node_modules/webpack/lib/Compiler.js:306:14
    at AsyncSeriesHook.eval [as callAsync] (eval at create (/home/flotwig/src/cypress/cypress/node_modules/tapable/lib/HookCodeFactory.js:33:10), <anonymous>:6:1)
    at AsyncSeriesHook.lazyCompileHook (/home/flotwig/src/cypress/cypress/node_modules/tapable/lib/Hook.js:154:20)
    at /home/flotwig/src/cypress/cypress/npm/webpack-preprocessor/node_modules/webpack/lib/Compiler.js:304:22
    at Compiler.emitRecords (/home/flotwig/src/cypress/cypress/npm/webpack-preprocessor/node_modules/webpack/lib/Compiler.js:499:39)
    at /home/flotwig/src/cypress/cypress/npm/webpack-preprocessor/node_modules/webpack/lib/Compiler.js:298:10
    at /home/flotwig/src/cypress/cypress/npm/webpack-preprocessor/node_modules/webpack/lib/Compiler.js:485:14
    at AsyncSeriesHook.eval [as callAsync] (eval at create (/home/flotwig/src/cypress/cypress/node_modules/tapable/lib/HookCodeFactory.js:33:10), <anonymous>:6:1)
    at AsyncSeriesHook.lazyCompileHook (/home/flotwig/src/cypress/cypress/node_modules/tapable/lib/Hook.js:154:20)
    at /home/flotwig/src/cypress/cypress/npm/webpack-preprocessor/node_modules/webpack/lib/Compiler.js:482:27
    at /home/flotwig/src/cypress/cypress/node_modules/neo-async/async.js:2818:7
    at done (/home/flotwig/src/cypress/cypress/node_modules/neo-async/async.js:3522:9)
    at AsyncSeriesHook.eval [as callAsync] (eval at create (/home/flotwig/src/cypress/cypress/node_modules/tapable/lib/HookCodeFactory.js:33:10), <anonymous>:6:1)
    at AsyncSeriesHook.lazyCompileHook (/home/flotwig/src/cypress/cypress/node_modules/tapable/lib/Hook.js:154:20)
    at /home/flotwig/src/cypress/cypress/npm/webpack-preprocessor/node_modules/webpack/lib/Compiler.js:464:33
    at /home/flotwig/src/cypress/cypress/packages/server/node_modules/graceful-fs/graceful-fs.js:111:16
    at /home/flotwig/src/cypress/cypress/node_modules/graceful-fs/graceful-fs.js:61:14
    at /home/flotwig/src/cypress/cypress/packages/server/node_modules/graceful-fs/graceful-fs.js:45:10
    at FSReqCallback.oncomplete (fs.js:180:23)

This occurred while Cypress was compiling and bundling your test code. This is usually caused by:

- A missing file or dependency
- A syntax error in the file or one of its dependencies

Fix the error in your code and re-run your tests.

  (Results)

  ┌────────────────────────────────────────────────────────────────────────────────────────────────┐
  │ Tests:        0                                                                                │
  │ Passing:      0                                                                                │
  │ Failing:      1                                                                                │
  │ Pending:      0                                                                                │
  │ Skipped:      0                                                                                │
  │ Screenshots:  0                                                                                │
  │ Video:        true                                                                             │
  │ Duration:     0 seconds                                                                        │
  │ Spec Ran:     failing_spec.ts                                                                  │
  └────────────────────────────────────────────────────────────────────────────────────────────────┘


  (Video)

  -  Started processing:  Compressing to 32 CRF                                                     
  -  Finished processing: /XXX/XXX/XXX/cypress/videos/failing_spec.ts.mp4                (2 seconds)


====================================================================================================

  (Run Finished)


       Spec                                              Tests  Passing  Failing  Pending  Skipped  
  ┌────────────────────────────────────────────────────────────────────────────────────────────────┐
  │ ✖  failing_spec.ts                            0ms        -        -        1        -        - │
  └────────────────────────────────────────────────────────────────────────────────────────────────┘
    ✖  1 of 1 failed (100%)                       0ms        -        -        1        -        -  
@flotwig flotwig added the process: tests Related to our internal tests label Oct 14, 2021
@flotwig
Copy link
Contributor Author

flotwig commented Oct 14, 2021

@sainthkh I attempted to get to the bottom of why this was failing after merging the TS fixes into my branch, but was unable to. Can you take a look please?

e: I got as far as realizing

is now incorrect, but no further.

@sainthkh
Copy link
Contributor

sainthkh commented Oct 15, 2021

I don't have authority to commit to #16354. I leave comment here. I tested on my local Ubuntu 20.04 with your zb/try-no-allowdupe-patch branch.

failing_spec.ts

// NOTE: Comment here can be removed.
/// <reference path="../../../../../cli/types/mocha/index.d.ts" />
/// <reference path="../../../../../cli/types/jquery/index.d.ts" />

../../../../../../ has been changed to ../../../../../ (6 ..s to 5 ..s).

And removed the comment above. In the previous code, the project under test was hidden deep inside server/test/support. The depth of folders to the root is different in the project's saved place(server/test/support/fixtures/project) and execution path(server/.project). But in system-tests, it's the same level(project and .project). So, we don't need to explain why we need to see the red lines.

tsconfig.json

"typeRoots": ["../../../cli/types"], 

4 ..s to 3 ..s. The path to cli/types from system-tests/.project/webpack-awesome... is ../../../.

@flotwig
Copy link
Contributor Author

flotwig commented Oct 15, 2021

Thanks, I got it working with your patch in 81d3486 (#16354).

@flotwig flotwig closed this as completed Oct 15, 2021
@flotwig
Copy link
Contributor Author

flotwig commented Oct 15, 2021

Actually, it seems to still be failing. I'll reopen this and reset the branch in #16354.

@flotwig flotwig reopened this Oct 15, 2021
@cypress-bot cypress-bot bot added stage: needs review The PR code is done & tested, needs review and removed stage: backlog labels Feb 9, 2022
@cypress-bot cypress-bot bot added stage: pending release and removed stage: needs review The PR code is done & tested, needs review labels Feb 10, 2022
@cypress-bot
Copy link
Contributor

cypress-bot bot commented Feb 10, 2022

The code for this is done in cypress-io/cypress#20131, but has yet to be released.
We'll update this issue and reference the changelog when it's released.

@cypress-bot
Copy link
Contributor

cypress-bot bot commented Feb 15, 2022

Released in 9.5.0.

This comment thread has been locked. If you are still experiencing this issue after upgrading to
Cypress v9.5.0, please open a new issue.

@cypress-bot cypress-bot bot locked as resolved and limited conversation to collaborators Feb 15, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
process: tests Related to our internal tests
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants