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

Tests in GitHub Action hangs from version 13.3.2 onwards #28426

Open
nlzietsandor opened this issue Nov 29, 2023 · 13 comments
Open

Tests in GitHub Action hangs from version 13.3.2 onwards #28426

nlzietsandor opened this issue Nov 29, 2023 · 13 comments
Labels
stage: needs information Not enough info to reproduce the issue

Comments

@nlzietsandor
Copy link

nlzietsandor commented Nov 29, 2023

Current behavior

Our GitHub Action that runs the tests seems to hang indefinitely (2 hours+) from version 13.3.2 onwards (tested as well in 13.5.0 and 13.6.0), without logging anything after a certain test name. This problem doesn't occur in versions 13.3.1 and below (tested as well in 13.0.0) where the finishes in a few minutes. The hang doesn't occur when the test that seemingly hangs is run in isolation or locally using Act, only in a GitHub Action. Disabling the test that hangs simply causes another test to hang, indicating the issue isn't specific to any one test.

Desired behavior

Finish the tests without hanging.

Test code to reproduce

Due to the factors described in the Current Behavior section, creating a simple reproduction scenario for this problem is challenging.

Cypress Version

13.3.2

Node version

16.16.0

Operating System

Ubuntu 22.04/GitHub Action

Debug Logs

Wed, 29 Nov 2023 10:35:54 GMT
  (Results)
Wed, 29 Nov 2023 10:35:54 GMT

Wed, 29 Nov 2023 10:35:54 GMT
  ┌────────────────────────────────────────────────────────────────────────────────────────────────┐
Wed, 29 Nov 2023 10:35:54 GMT
  │ Tests:        1                                                                                │
Wed, 29 Nov 2023 10:35:54 GMT
  │ Passing:      1                                                                                │
Wed, 29 Nov 2023 10:35:54 GMT
  │ Failing:      0                                                                                │
Wed, 29 Nov 2023 10:35:54 GMT
  │ Pending:      0                                                                                │
Wed, 29 Nov 2023 10:35:54 GMT
  │ Skipped:      0                                                                                │
Wed, 29 Nov 2023 10:35:54 GMT
  │ Screenshots:  0                                                                                │
Wed, 29 Nov 2023 10:35:54 GMT
  │ Video:        false                                                                            │
Wed, 29 Nov 2023 10:35:54 GMT
  │ Duration:     3 seconds                                                                        │
Wed, 29 Nov 2023 10:35:54 GMT
  │ Spec Ran:     home-content-rows.spec.ts                                                        │
Wed, 29 Nov 2023 10:35:54 GMT
  └────────────────────────────────────────────────────────────────────────────────────────────────┘
Wed, 29 Nov 2023 10:35:54 GMT

Wed, 29 Nov 2023 10:35:54 GMT

Wed, 29 Nov 2023 10:35:54 GMT
────────────────────────────────────────────────────────────────────────────────────────────────────
Wed, 29 Nov 2023 10:35:54 GMT
                                                                                                    
Wed, 29 Nov 2023 10:35:54 GMT
  Running:  home-links.spec.ts                                                             (4 of 11)
Wed, 29 Nov 2023 10:35:54 GMT

Wed, 29 Nov 2023 10:35:54 GMT
Your project has set the configuration option: `chromeWebSecurity` to `false`.
Wed, 29 Nov 2023 10:35:54 GMT

Wed, 29 Nov 2023 10:35:54 GMT
This option will not have an effect in Firefox. Tests that rely on web security being disabled will not run as expected.
Wed, 29 Nov 2023 12:50:45 GMT
Error: The operation was canceled.

Other

No response

@jennifer-shehane
Copy link
Member

@nlzietsandor Could you run Cypress in debug mode mode and print the entire set of logs here?

13.3.2 seems like an odd one to hang on. Can you provide a reproducible example at all for us to recreate?

@jennifer-shehane jennifer-shehane added the stage: needs information Not enough info to reproduce the issue label Nov 29, 2023
@nilesmc
Copy link

nilesmc commented Nov 29, 2023

Had a similar issue the past week or 2. Updating to [email protected] today seemed to have fixed it for us.

@nilesmc
Copy link

nilesmc commented Nov 30, 2023

Sadly it started timing out again, seeing lots of Still waiting to connect to Chrome, retrying in 1 second

@nlzietsandor
Copy link
Author

@nlzietsandor Could you run Cypress in debug mode mode and print the entire set of logs here?

13.3.2 seems like an odd one to hang on. Can you provide a reproducible example at all for us to recreate?

I agree it doesn't make much sense. What I've seen as well is that when enabling GitHub Action logging using the ACTIONS_STEP_DEBUG=true environment variable, the hang also occurs on 13.3.1. I think all of this points to a timing related issue, since the debug logging makes things slower. I'll continue experimenting to find out more.

@nlzietsandor
Copy link
Author

nlzietsandor commented Nov 30, 2023

@nlzietsandor Could you run Cypress in debug mode mode and print the entire set of logs here?

13.3.2 seems like an odd one to hang on. Can you provide a reproducible example at all for us to recreate?

I've ran the tests using debug logging and the log is way too large to post here but here's a fragment right before a pause/hang that is taking 1 hour and 35 minutes (after which I cancelled the job to save costs):

2023-11-30T08:29:09.6884329Z   �[34;1mcypress:server:request �[0mreceived status code & headers on request { requestId: �[32m'request1272'�[39m, statusCode: �[33m200�[39m, headers: { �[32m'content-type'�[39m: �[32m'application/pem-certificate-chain'�[39m } } �[34m+18ms�[0m
2023-11-30T08:29:09.6887125Z   �[34;1mcypress:server:request �[0msuccessful response received { requestId: 'request1272' } �[34m+0ms�[0m
2023-11-30T08:29:09.6890040Z   �[34;1mcypress:server:request �[0mreceived status code & headers on request { requestId: �[32m'request1273'�[39m, statusCode: �[33m200�[39m, headers: { �[32m'content-type'�[39m: �[32m'application/pem-certificate-chain'�[39m } } �[34m+1ms�[0m
2023-11-30T08:29:09.6892772Z   �[34;1mcypress:server:request �[0msuccessful response received { requestId: 'request1273' } �[34m+0ms�[0m
2023-11-30T08:29:09.6895502Z   �[36;1mcypress:net-stubbing:server:intercept-response �[0mInterceptResponse { req: { url: �[32m'/security-state-staging/intermediates/a360a91c-d2e5-4d13-8496-29a389b5882e.pem'�[39m }, request: �[90mundefined�[39m } �[36m+8ms�[0m
2023-11-30T08:29:09.6898327Z   �[35;1mcypress:network:cors �[0mParsed URL { port: �[32m'443'�[39m, protocol: �[32m'https:'�[39m, subdomain: �[1mnull�[22m, domain: �[32m'redacted'�[39m, tld: �[32m'nl'�[39m } �[35m+4ms�[0m
2023-11-30T08:29:09.6902369Z   �[31;1mcypress:server:remote-states �[0mgetting remote state: { auth: �[1mnull�[22m, origin: �[32m'https://app.acceptance.redacted.xyz'�[39m, strategy: �[32m'http'�[39m, fileServer: �[1mnull�[22m, domainName: �[32m'redacted.xyz'�[39m, props: { port: �[32m'443'�[39m, protocol: �[32m'https:'�[39m, subdomain: �[32m'app.acceptance'�[39m, domain: �[32m'redacted'�[39m, tld: �[32m'nl'�[39m } } for: https://redacted.xyz �[31m+4ms�[0m
2023-11-30T08:29:09.6906153Z   �[35;1mcypress:network:cors �[0mParsed URL { port: �[32m'443'�[39m, protocol: �[32m'https:'�[39m, subdomain: �[32m'firefox-settings-attachments.cdn'�[39m, domain: �[32m'mozilla'�[39m, tld: �[32m'net'�[39m } �[35m+1ms�[0m
2023-11-30T08:29:09.6909363Z   �[35;1mcypress:network:cors �[0mParsed URL { port: �[32m'443'�[39m, protocol: �[32m'https:'�[39m, subdomain: �[32m'firefox-settings-attachments.cdn'�[39m, domain: �[32m'mozilla'�[39m, tld: �[32m'net'�[39m } �[35m+0ms�[0m
2023-11-30T08:29:09.6914095Z   �[31;1mcypress:server:remote-states �[0mgetting primary remote state: { auth: �[1mnull�[22m, origin: �[32m'https://app.acceptance.redacted.xyz'�[39m, strategy: �[32m'http'�[39m, fileServer: �[1mnull�[22m, domainName: �[32m'redacted.xyz'�[39m, props: { port: �[32m'443'�[39m, protocol: �[32m'https:'�[39m, subdomain: �[32m'app.acceptance'�[39m, domain: �[32m'redacted'�[39m, tld: �[32m'nl'�[39m } } �[31m+1ms�[0m
2023-11-30T08:29:09.6918366Z   �[35;1mcypress:network:cors �[0mParsed URL { port: �[32m'443'�[39m, protocol: �[32m'https:'�[39m, subdomain: �[32m'firefox-settings-attachments.cdn'�[39m, domain: �[32m'mozilla'�[39m, tld: �[32m'net'�[39m } �[35m+0ms�[0m
2023-11-30T08:29:09.6921001Z   �[35;1mcypress:network:cors �[0mParsed URL { port: �[32m'443'�[39m, protocol: �[32m'https:'�[39m, subdomain: �[32m'firefox-settings-attachments.cdn'�[39m, domain: �[32m'mozilla'�[39m, tld: �[32m'net'�[39m } �[35m+0ms�[0m
2023-11-30T08:29:09.6923175Z   �[35;1mcypress:network:cors �[0mParsed URL { port: �[32m'443'�[39m, protocol: �[32m'https:'�[39m, subdomain: �[1mnull�[22m, domain: �[32m'redacted'�[39m, tld: �[32m'nl'�[39m } �[35m+1ms�[0m
2023-11-30T08:29:09.6926484Z   �[31;1mcypress:server:remote-states �[0mgetting remote state: { auth: �[1mnull�[22m, origin: �[32m'https://app.acceptance.redacted.xyz'�[39m, strategy: �[32m'http'�[39m, fileServer: �[1mnull�[22m, domainName: �[32m'redacted.xyz'�[39m, props: { port: �[32m'443'�[39m, protocol: �[32m'https:'�[39m, subdomain: �[32m'app.acceptance'�[39m, domain: �[32m'redacted'�[39m, tld: �[32m'nl'�[39m } } for: https://redacted.xyz �[31m+1ms�[0m
2023-11-30T08:29:09.6931198Z   �[36;1mcypress:net-stubbing:server:intercept-response �[0mInterceptResponse { req: { url: �[32m'/security-state-staging/intermediates/badd3199-2552-4fa5-9559-73d968f90197.pem'�[39m }, request: �[90mundefined�[39m } �[36m+2ms�[0m
2023-11-30T08:29:09.6935048Z   �[35;1mcypress:network:cors �[0mParsed URL { port: �[32m'443'�[39m, protocol: �[32m'https:'�[39m, subdomain: �[1mnull�[22m, domain: �[32m'redacted'�[39m, tld: �[32m'nl'�[39m } �[35m+1ms�[0m
2023-11-30T08:29:09.6939012Z   �[31;1mcypress:server:remote-states �[0mgetting remote state: { auth: �[1mnull�[22m, origin: �[32m'https://app.acceptance.redacted.xyz'�[39m, strategy: �[32m'http'�[39m, fileServer: �[1mnull�[22m, domainName: �[32m'redacted.xyz'�[39m, props: { port: �[32m'443'�[39m, protocol: �[32m'https:'�[39m, subdomain: �[32m'app.acceptance'�[39m, domain: �[32m'redacted'�[39m, tld: �[32m'nl'�[39m } } for: https://redacted.xyz �[31m+1ms�[0m
2023-11-30T08:29:09.6942323Z   �[35;1mcypress:network:cors �[0mParsed URL { port: �[32m'443'�[39m, protocol: �[32m'https:'�[39m, subdomain: �[32m'firefox-settings-attachments.cdn'�[39m, domain: �[32m'mozilla'�[39m, tld: �[32m'net'�[39m } �[35m+0ms�[0m
2023-11-30T08:29:09.6944896Z   �[35;1mcypress:network:cors �[0mParsed URL { port: �[32m'443'�[39m, protocol: �[32m'https:'�[39m, subdomain: �[32m'firefox-settings-attachments.cdn'�[39m, domain: �[32m'mozilla'�[39m, tld: �[32m'net'�[39m } �[35m+0ms�[0m
2023-11-30T08:29:09.6948752Z   �[31;1mcypress:server:remote-states �[0mgetting primary remote state: { auth: �[1mnull�[22m, origin: �[32m'https://app.acceptance.redacted.xyz'�[39m, strategy: �[32m'http'�[39m, fileServer: �[1mnull�[22m, domainName: �[32m'redacted.xyz'�[39m, props: { port: �[32m'443'�[39m, protocol: �[32m'https:'�[39m, subdomain: �[32m'app.acceptance'�[39m, domain: �[32m'redacted'�[39m, tld: �[32m'nl'�[39m } } �[31m+0ms�[0m
2023-11-30T08:29:09.6953057Z   �[35;1mcypress:network:cors �[0mParsed URL { port: �[32m'443'�[39m, protocol: �[32m'https:'�[39m, subdomain: �[32m'firefox-settings-attachments.cdn'�[39m, domain: �[32m'mozilla'�[39m, tld: �[32m'net'�[39m } �[35m+0ms�[0m
2023-11-30T08:29:09.6956658Z   �[35;1mcypress:network:cors �[0mParsed URL { port: �[32m'443'�[39m, protocol: �[32m'https:'�[39m, subdomain: �[32m'firefox-settings-attachments.cdn'�[39m, domain: �[32m'mozilla'�[39m, tld: �[32m'net'�[39m } �[35m+0ms�[0m
2023-11-30T08:29:09.6959763Z   �[35;1mcypress:network:cors �[0mParsed URL { port: �[32m'443'�[39m, protocol: �[32m'https:'�[39m, subdomain: �[1mnull�[22m, domain: �[32m'redacted'�[39m, tld: �[32m'nl'�[39m } �[35m+0ms�[0m
2023-11-30T08:29:09.6963646Z   �[31;1mcypress:server:remote-states �[0mgetting remote state: { auth: �[1mnull�[22m, origin: �[32m'https://app.acceptance.redacted.xyz'�[39m, strategy: �[32m'http'�[39m, fileServer: �[1mnull�[22m, domainName: �[32m'redacted.xyz'�[39m, props: { port: �[32m'443'�[39m, protocol: �[32m'https:'�[39m, subdomain: �[32m'app.acceptance'�[39m, domain: �[32m'redacted'�[39m, tld: �[32m'nl'�[39m } } for: https://redacted.xyz �[31m+0ms�[0m
2023-11-30T08:29:10.1838913Z   �[35;1mcypress:network:cors �[0mParsed URL { port: �[32m'443'�[39m, protocol: �[32m'https:'�[39m, subdomain: �[32m'firefox-settings-attachments.cdn'�[39m, domain: �[32m'mozilla'�[39m, tld: �[32m'net'�[39m } �[35m+512ms�[0m
2023-11-30T08:29:10.1842658Z   �[31;1mcypress:server:remote-states �[0mgetting remote state: �[90mundefined�[39m for: https://firefox-settings-attachments.cdn.mozilla.net/security-state-staging/intermediates/b7207461-77c8-4f18-9701-ca4fd658c6f0.pem �[31m+513ms�[0m
2023-11-30T08:29:10.1845238Z   �[35;1mcypress:network:cors �[0mParsed URL { port: �[32m'443'�[39m, protocol: �[32m'https:'�[39m, subdomain: �[1mnull�[22m, domain: �[32m'redacted'�[39m, tld: �[32m'nl'�[39m } �[35m+1ms�[0m
2023-11-30T08:29:10.1849428Z   �[31;1mcypress:server:remote-states �[0mgetting remote state: { auth: �[1mnull�[22m, origin: �[32m'https://app.acceptance.redacted.xyz'�[39m, strategy: �[32m'http'�[39m, fileServer: �[1mnull�[22m, domainName: �[32m'redacted.xyz'�[39m, props: { port: �[32m'443'�[39m, protocol: �[32m'https:'�[39m, subdomain: �[32m'app.acceptance'�[39m, domain: �[32m'redacted'�[39m, tld: �[32m'nl'�[39m } } for: https://redacted.xyz �[31m+0ms�[0m
2023-11-30T08:29:10.1853818Z   �[34;1mcypress:server:stream_buffer �[0mstream buffer writeable final called �[34m+542ms�[0m
2023-11-30T08:29:10.1863366Z   �[33;1mcypress:network:agent �[0maddRequest called { isHttps: �[33mtrue�[39m, href: �[32m'https://firefox-settings-attachments.cdn.mozilla.net/security-state-staging/intermediates/b7207461-77c8-4f18-9701-ca4fd658c6f0.pem'�[39m } �[33m+543ms�[0m
2023-11-30T08:29:10.1867922Z   �[33;1mcypress:network:agent �[0mgot family { family: �[33m4�[39m, href: �[32m'https://firefox-settings-attachments.cdn.mozilla.net/security-state-staging/intermediates/b7207461-77c8-4f18-9701-ca4fd658c6f0.pem'�[39m } �[33m+0ms�[0m
2023-11-30T08:29:10.1876097Z   �[35;1mcypress:network:cors �[0mParsed URL { port: �[32m'443'�[39m, protocol: �[32m'https:'�[39m, subdomain: �[32m'firefox-settings-attachments.cdn'�[39m, domain: �[32m'mozilla'�[39m, tld: �[32m'net'�[39m } �[35m+4ms�[0m
2023-11-30T08:29:10.1878705Z   �[31;1mcypress:server:remote-states �[0mgetting remote state: �[90mundefined�[39m for: https://firefox-settings-attachments.cdn.mozilla.net/security-state-staging/intermediates/189976ec-c00a-4ec0-bc47-3f11ee1374ff.pem �[31m+4ms�[0m
2023-11-30T08:29:10.1886289Z   �[35;1mcypress:network:cors �[0mParsed URL { port: �[32m'443'�[39m, protocol: �[32m'https:'�[39m, subdomain: �[1mnull�[22m, domain: �[32m'redacted'�[39m, tld: �[32m'nl'�[39m } �[35m+0ms�[0m
2023-11-30T08:29:10.1889496Z   �[31;1mcypress:server:remote-states �[0mgetting remote state: { auth: �[1mnull�[22m, origin: �[32m'https://app.acceptance.redacted.xyz'�[39m, strategy: �[32m'http'�[39m, fileServer: �[1mnull�[22m, domainName: �[32m'redacted.xyz'�[39m, props: { port: �[32m'443'�[39m, protocol: �[32m'https:'�[39m, subdomain: �[32m'app.acceptance'�[39m, domain: �[32m'redacted'�[39m, tld: �[32m'nl'�[39m } } for: https://redacted.xyz �[31m+0ms�[0m
2023-11-30T08:29:10.1894894Z   �[34;1mcypress:server:stream_buffer �[0mstream buffer writeable final called �[34m+4ms�[0m
2023-11-30T08:29:10.1898017Z   �[33;1mcypress:network:agent �[0maddRequest called { isHttps: �[33mtrue�[39m, href: �[32m'https://firefox-settings-attachments.cdn.mozilla.net/security-state-staging/intermediates/189976ec-c00a-4ec0-bc47-3f11ee1374ff.pem'�[39m } �[33m+3ms�[0m
2023-11-30T08:29:10.1900991Z   �[33;1mcypress:network:agent �[0mgot family { family: �[33m4�[39m, href: �[32m'https://firefox-settings-attachments.cdn.mozilla.net/security-state-staging/intermediates/189976ec-c00a-4ec0-bc47-3f11ee1374ff.pem'�[39m } �[33m+0ms�[0m
2023-11-30T08:29:10.1939054Z   �[34;1mcypress:server:request �[0mreceived status code & headers on request { requestId: �[32m'request1274'�[39m, statusCode: �[33m200�[39m, headers: { �[32m'content-type'�[39m: �[32m'application/octet-stream'�[39m } } �[34m+527ms�[0m
2023-11-30T08:29:10.1941543Z   �[34;1mcypress:server:request �[0msuccessful response received { requestId: 'request1274' } �[34m+0ms�[0m
2023-11-30T08:29:10.1951922Z   �[36;1mcypress:net-stubbing:server:intercept-response �[0mInterceptResponse { req: { url: �[32m'/security-state-staging/intermediates/b7207461-77c8-4f18-9701-ca4fd658c6f0.pem'�[39m }, request: �[90mundefined�[39m } �[36m+524ms�[0m
2023-11-30T08:29:10.1956231Z   �[35;1mcypress:network:cors �[0mParsed URL { port: �[32m'443'�[39m, protocol: �[32m'https:'�[39m, subdomain: �[1mnull�[22m, domain: �[32m'redacted'�[39m, tld: �[32m'nl'�[39m } �[35m+7ms�[0m
2023-11-30T08:29:10.1959602Z   �[31;1mcypress:server:remote-states �[0mgetting remote state: { auth: �[1mnull�[22m, origin: �[32m'https://app.acceptance.redacted.xyz'�[39m, strategy: �[32m'http'�[39m, fileServer: �[1mnull�[22m, domainName: �[32m'redacted.xyz'�[39m, props: { port: �[32m'443'�[39m, protocol: �[32m'https:'�[39m, subdomain: �[32m'app.acceptance'�[39m, domain: �[32m'redacted'�[39m, tld: �[32m'nl'�[39m } } for: https://redacted.xyz �[31m+7ms�[0m
2023-11-30T08:29:10.1962928Z   �[35;1mcypress:network:cors �[0mParsed URL { port: �[32m'443'�[39m, protocol: �[32m'https:'�[39m, subdomain: �[32m'firefox-settings-attachments.cdn'�[39m, domain: �[32m'mozilla'�[39m, tld: �[32m'net'�[39m } �[35m+0ms�[0m
2023-11-30T08:29:10.1965715Z   �[35;1mcypress:network:cors �[0mParsed URL { port: �[32m'443'�[39m, protocol: �[32m'https:'�[39m, subdomain: �[32m'firefox-settings-attachments.cdn'�[39m, domain: �[32m'mozilla'�[39m, tld: �[32m'net'�[39m } �[35m+0ms�[0m
2023-11-30T08:29:10.1982225Z   �[31;1mcypress:server:remote-states �[0mgetting primary remote state: { auth: �[1mnull�[22m, origin: �[32m'https://app.acceptance.redacted.xyz'�[39m, strategy: �[32m'http'�[39m, fileServer: �[1mnull�[22m, domainName: �[32m'redacted.xyz'�[39m, props: { port: �[32m'443'�[39m, protocol: �[32m'https:'�[39m, subdomain: �[32m'app.acceptance'�[39m, domain: �[32m'redacted'�[39m, tld: �[32m'nl'�[39m } } �[31m+0ms�[0m
2023-11-30T08:29:10.1986721Z   �[35;1mcypress:network:cors �[0mParsed URL { port: �[32m'443'�[39m, protocol: �[32m'https:'�[39m, subdomain: �[32m'firefox-settings-attachments.cdn'�[39m, domain: �[32m'mozilla'�[39m, tld: �[32m'net'�[39m } �[35m+0ms�[0m
2023-11-30T08:29:10.1989662Z   �[35;1mcypress:network:cors �[0mParsed URL { port: �[32m'443'�[39m, protocol: �[32m'https:'�[39m, subdomain: �[32m'firefox-settings-attachments.cdn'�[39m, domain: �[32m'mozilla'�[39m, tld: �[32m'net'�[39m } �[35m+0ms�[0m
2023-11-30T08:29:10.2000014Z   �[35;1mcypress:network:cors �[0mParsed URL { port: �[32m'443'�[39m, protocol: �[32m'https:'�[39m, subdomain: �[1mnull�[22m, domain: �[32m'redacted'�[39m, tld: �[32m'nl'�[39m } �[35m+0ms�[0m
2023-11-30T08:29:10.2003450Z   �[31;1mcypress:server:remote-states �[0mgetting remote state: { auth: �[1mnull�[22m, origin: �[32m'https://app.acceptance.redacted.xyz'�[39m, strategy: �[32m'http'�[39m, fileServer: �[1mnull�[22m, domainName: �[32m'redacted.xyz'�[39m, props: { port: �[32m'443'�[39m, protocol: �[32m'https:'�[39m, subdomain: �[32m'app.acceptance'�[39m, domain: �[32m'redacted'�[39m, tld: �[32m'nl'�[39m } } for: https://redacted.xyz �[31m+0ms�[0m
2023-11-30T08:29:10.2006881Z   �[34;1mcypress:server:request �[0mreceived status code & headers on request { requestId: �[32m'request1275'�[39m, statusCode: �[33m200�[39m, headers: { �[32m'content-type'�[39m: �[32m'application/pem-certificate-chain'�[39m } } �[34m+3ms�[0m
2023-11-30T08:29:10.2009428Z   �[34;1mcypress:server:request �[0msuccessful response received { requestId: 'request1275' } �[34m+1ms�[0m
2023-11-30T08:29:10.2012084Z   �[36;1mcypress:net-stubbing:server:intercept-response �[0mInterceptResponse { req: { url: �[32m'/security-state-staging/intermediates/189976ec-c00a-4ec0-bc47-3f11ee1374ff.pem'�[39m }, request: �[90mundefined�[39m } �[36m+3ms�[0m
2023-11-30T08:29:10.2014614Z   �[35;1mcypress:network:cors �[0mParsed URL { port: �[32m'443'�[39m, protocol: �[32m'https:'�[39m, subdomain: �[1mnull�[22m, domain: �[32m'redacted'�[39m, tld: �[32m'nl'�[39m } �[35m+3ms�[0m
2023-11-30T08:29:10.2017815Z   �[31;1mcypress:server:remote-states �[0mgetting remote state: { auth: �[1mnull�[22m, origin: �[32m'https://app.acceptance.redacted.xyz'�[39m, strategy: �[32m'http'�[39m, fileServer: �[1mnull�[22m, domainName: �[32m'redacted.xyz'�[39m, props: { port: �[32m'443'�[39m, protocol: �[32m'https:'�[39m, subdomain: �[32m'app.acceptance'�[39m, domain: �[32m'redacted'�[39m, tld: �[32m'nl'�[39m } } for: https://redacted.xyz �[31m+3ms�[0m
2023-11-30T08:29:10.2022887Z   �[35;1mcypress:network:cors �[0mParsed URL { port: �[32m'443'�[39m, protocol: �[32m'https:'�[39m, subdomain: �[32m'firefox-settings-attachments.cdn'�[39m, domain: �[32m'mozilla'�[39m, tld: �[32m'net'�[39m } �[35m+0ms�[0m
2023-11-30T08:29:10.2026685Z   �[35;1mcypress:network:cors �[0mParsed URL { port: �[32m'443'�[39m, protocol: �[32m'https:'�[39m, subdomain: �[32m'firefox-settings-attachments.cdn'�[39m, domain: �[32m'mozilla'�[39m, tld: �[32m'net'�[39m } �[35m+0ms�[0m
2023-11-30T08:29:10.2030047Z   �[31;1mcypress:server:remote-states �[0mgetting primary remote state: { auth: �[1mnull�[22m, origin: �[32m'https://app.acceptance.redacted.xyz'�[39m, strategy: �[32m'http'�[39m, fileServer: �[1mnull�[22m, domainName: �[32m'redacted.xyz'�[39m, props: { port: �[32m'443'�[39m, protocol: �[32m'https:'�[39m, subdomain: �[32m'app.acceptance'�[39m, domain: �[32m'redacted'�[39m, tld: �[32m'nl'�[39m } } �[31m+0ms�[0m
2023-11-30T08:29:10.2033246Z   �[35;1mcypress:network:cors �[0mParsed URL { port: �[32m'443'�[39m, protocol: �[32m'https:'�[39m, subdomain: �[32m'firefox-settings-attachments.cdn'�[39m, domain: �[32m'mozilla'�[39m, tld: �[32m'net'�[39m } �[35m+0ms�[0m
2023-11-30T08:29:10.2036322Z   �[35;1mcypress:network:cors �[0mParsed URL { port: �[32m'443'�[39m, protocol: �[32m'https:'�[39m, subdomain: �[32m'firefox-settings-attachments.cdn'�[39m, domain: �[32m'mozilla'�[39m, tld: �[32m'net'�[39m } �[35m+0ms�[0m
2023-11-30T08:29:10.2038520Z   �[35;1mcypress:network:cors �[0mParsed URL { port: �[32m'443'�[39m, protocol: �[32m'https:'�[39m, subdomain: �[1mnull�[22m, domain: �[32m'redacted'�[39m, tld: �[32m'nl'�[39m } �[35m+0ms�[0m
2023-11-30T08:29:10.2042332Z   �[31;1mcypress:server:remote-states �[0mgetting remote state: { auth: �[1mnull�[22m, origin: �[32m'https://app.acceptance.redacted.xyz'�[39m, strategy: �[32m'http'�[39m, fileServer: �[1mnull�[22m, domainName: �[32m'redacted.xyz'�[39m, props: { port: �[32m'443'�[39m, protocol: �[32m'https:'�[39m, subdomain: �[32m'app.acceptance'�[39m, domain: �[32m'redacted'�[39m, tld: �[32m'nl'�[39m } } for: https://redacted.xyz �[31m+0ms�[0m
2023-11-30T08:29:10.7084351Z   �[35;1mcypress:network:cors �[0mParsed URL { port: �[32m'443'�[39m, protocol: �[32m'https:'�[39m, subdomain: �[32m'firefox-settings-attachments.cdn'�[39m, domain: �[32m'mozilla'�[39m, tld: �[32m'net'�[39m } �[35m+510ms�[0m
2023-11-30T08:29:10.7087285Z   �[31;1mcypress:server:remote-states �[0mgetting remote state: �[90mundefined�[39m for: https://firefox-settings-attachments.cdn.mozilla.net/security-state-staging/intermediates/c2017a82-2237-4c28-8656-5764f263e185.pem �[31m+510ms�[0m
2023-11-30T08:29:10.7089713Z   �[35;1mcypress:network:cors �[0mParsed URL { port: �[32m'443'�[39m, protocol: �[32m'https:'�[39m, subdomain: �[1mnull�[22m, domain: �[32m'redacted'�[39m, tld: �[32m'nl'�[39m } �[35m+0ms�[0m
2023-11-30T08:29:10.7115690Z   �[31;1mcypress:server:remote-states �[0mgetting remote state: { auth: �[1mnull�[22m, origin: �[32m'https://app.acceptance.redacted.xyz'�[39m, strategy: �[32m'http'�[39m, fileServer: �[1mnull�[22m, domainName: �[32m'redacted.xyz'�[39m, props: { port: �[32m'443'�[39m, protocol: �[32m'https:'�[39m, subdomain: �[32m'app.acceptance'�[39m, domain: �[32m'redacted'�[39m, tld: �[32m'nl'�[39m } } for: https://redacted.xyz �[31m+0ms�[0m
2023-11-30T08:29:10.7118929Z   �[34;1mcypress:server:stream_buffer �[0mstream buffer writeable final called �[34m+520ms�[0m
2023-11-30T08:29:10.7121482Z   �[33;1mcypress:network:agent �[0maddRequest called { isHttps: �[33mtrue�[39m, href: �[32m'https://firefox-settings-attachments.cdn.mozilla.net/security-state-staging/intermediates/c2017a82-2237-4c28-8656-5764f263e185.pem'�[39m } �[33m+520ms�[0m
2023-11-30T08:29:10.7125549Z   �[33;1mcypress:network:agent �[0mgot family { family: �[33m4�[39m, href: �[32m'https://firefox-settings-attachments.cdn.mozilla.net/security-state-staging/intermediates/c2017a82-2237-4c28-8656-5764f263e185.pem'�[39m } �[33m+0ms�[0m
2023-11-30T08:29:10.7128649Z   �[35;1mcypress:network:cors �[0mParsed URL { port: �[32m'443'�[39m, protocol: �[32m'https:'�[39m, subdomain: �[32m'firefox-settings-attachments.cdn'�[39m, domain: �[32m'mozilla'�[39m, tld: �[32m'net'�[39m } �[35m+2ms�[0m
2023-11-30T08:29:10.7131923Z   �[31;1mcypress:server:remote-states �[0mgetting remote state: �[90mundefined�[39m for: https://firefox-settings-attachments.cdn.mozilla.net/security-state-staging/intermediates/afab5d5a-cfac-46ad-84b9-90bb2d7e2326.pem �[31m+2ms�[0m
2023-11-30T08:29:10.7135820Z   �[35;1mcypress:network:cors �[0mParsed URL { port: �[32m'443'�[39m, protocol: �[32m'https:'�[39m, subdomain: �[1mnull�[22m, domain: �[32m'redacted'�[39m, tld: �[32m'nl'�[39m } �[35m+0ms�[0m
2023-11-30T08:29:10.7140590Z   �[31;1mcypress:server:remote-states �[0mgetting remote state: { auth: �[1mnull�[22m, origin: �[32m'https://app.acceptance.redacted.xyz'�[39m, strategy: �[32m'http'�[39m, fileServer: �[1mnull�[22m, domainName: �[32m'redacted.xyz'�[39m, props: { port: �[32m'443'�[39m, protocol: �[32m'https:'�[39m, subdomain: �[32m'app.acceptance'�[39m, domain: �[32m'redacted'�[39m, tld: �[32m'nl'�[39m } } for: https://redacted.xyz �[31m+0ms�[0m
2023-11-30T08:29:10.7143685Z   �[34;1mcypress:server:stream_buffer �[0mstream buffer writeable final called �[34m+2ms�[0m
2023-11-30T08:29:10.7157884Z   �[33;1mcypress:network:agent �[0maddRequest called { isHttps: �[33mtrue�[39m, href: �[32m'https://firefox-settings-attachments.cdn.mozilla.net/security-state-staging/intermediates/afab5d5a-cfac-46ad-84b9-90bb2d7e2326.pem'�[39m } �[33m+2ms�[0m
2023-11-30T08:29:10.7161707Z   �[33;1mcypress:network:agent �[0mgot family { family: �[33m4�[39m, href: �[32m'https://firefox-settings-attachments.cdn.mozilla.net/security-state-staging/intermediates/afab5d5a-cfac-46ad-84b9-90bb2d7e2326.pem'�[39m } �[33m+0ms�[0m
2023-11-30T08:29:10.7164680Z   �[35;1mcypress:network:cors �[0mParsed URL { port: �[32m'443'�[39m, protocol: �[32m'https:'�[39m, subdomain: �[32m'firefox-settings-attachments.cdn'�[39m, domain: �[32m'mozilla'�[39m, tld: �[32m'net'�[39m } �[35m+2ms�[0m
2023-11-30T08:29:10.7167569Z   �[31;1mcypress:server:remote-states �[0mgetting remote state: �[90mundefined�[39m for: https://firefox-settings-attachments.cdn.mozilla.net/security-state-staging/intermediates/5681e683-bd54-4255-89fe-dce439358be4.pem �[31m+2ms�[0m
2023-11-30T08:29:10.7171211Z   �[35;1mcypress:network:cors �[0mParsed URL { port: �[32m'443'�[39m, protocol: �[32m'https:'�[39m, subdomain: �[1mnull�[22m, domain: �[32m'redacted'�[39m, tld: �[32m'nl'�[39m } �[35m+0ms�[0m
2023-11-30T08:29:10.7175297Z   �[31;1mcypress:server:remote-states �[0mgetting remote state: { auth: �[1mnull�[22m, origin: �[32m'https://app.acceptance.redacted.xyz'�[39m, strategy: �[32m'http'�[39m, fileServer: �[1mnull�[22m, domainName: �[32m'redacted.xyz'�[39m, props: { port: �[32m'443'�[39m, protocol: �[32m'https:'�[39m, subdomain: �[32m'app.acceptance'�[39m, domain: �[32m'redacted'�[39m, tld: �[32m'nl'�[39m } } for: https://redacted.xyz �[31m+1ms�[0m
2023-11-30T08:29:10.7178563Z   �[34;1mcypress:server:stream_buffer �[0mstream buffer writeable final called �[34m+2ms�[0m
2023-11-30T08:29:10.7181148Z   �[33;1mcypress:network:agent �[0maddRequest called { isHttps: �[33mtrue�[39m, href: �[32m'https://firefox-settings-attachments.cdn.mozilla.net/security-state-staging/intermediates/5681e683-bd54-4255-89fe-dce439358be4.pem'�[39m } �[33m+2ms�[0m
2023-11-30T08:29:10.7184112Z   �[33;1mcypress:network:agent �[0mgot family { family: �[33m4�[39m, href: �[32m'https://firefox-settings-attachments.cdn.mozilla.net/security-state-staging/intermediates/5681e683-bd54-4255-89fe-dce439358be4.pem'�[39m } �[33m+0ms�[0m
2023-11-30T08:29:10.7187133Z   �[35;1mcypress:network:cors �[0mParsed URL { port: �[32m'443'�[39m, protocol: �[32m'https:'�[39m, subdomain: �[32m'firefox-settings-attachments.cdn'�[39m, domain: �[32m'mozilla'�[39m, tld: �[32m'net'�[39m } �[35m+2ms�[0m
2023-11-30T08:29:10.7190573Z   �[31;1mcypress:server:remote-states �[0mgetting remote state: �[90mundefined�[39m for: https://firefox-settings-attachments.cdn.mozilla.net/security-state-staging/intermediates/0ce3adb0-b82e-42b3-85b6-70713ba66e1f.pem �[31m+1ms�[0m
2023-11-30T08:29:10.7193850Z   �[35;1mcypress:network:cors �[0mParsed URL { port: �[32m'443'�[39m, protocol: �[32m'https:'�[39m, subdomain: �[1mnull�[22m, domain: �[32m'redacted'�[39m, tld: �[32m'nl'�[39m } �[35m+0ms�[0m
2023-11-30T08:29:10.7215349Z   �[31;1mcypress:server:remote-states �[0mgetting remote state: { auth: �[1mnull�[22m, origin: �[32m'https://app.acceptance.redacted.xyz'�[39m, strategy: �[32m'http'�[39m, fileServer: �[1mnull�[22m, domainName: �[32m'redacted.xyz'�[39m, props: { port: �[32m'443'�[39m, protocol: �[32m'https:'�[39m, subdomain: �[32m'app.acceptance'�[39m, domain: �[32m'redacted'�[39m, tld: �[32m'nl'�[39m } } for: https://redacted.xyz �[31m+1ms�[0m
2023-11-30T08:29:10.7227783Z   �[34;1mcypress:server:stream_buffer �[0mstream buffer writeable final called �[34m+2ms�[0m
2023-11-30T08:29:10.7235074Z   �[33;1mcypress:network:agent �[0maddRequest called { isHttps: �[33mtrue�[39m, href: �[32m'https://firefox-settings-attachments.cdn.mozilla.net/security-state-staging/intermediates/0ce3adb0-b82e-42b3-85b6-70713ba66e1f.pem'�[39m } �[33m+2ms�[0m
2023-11-30T08:29:10.7262138Z   �[33;1mcypress:network:agent �[0mgot family { family: �[33m4�[39m, href: �[32m'https://firefox-settings-attachments.cdn.mozilla.net/security-state-staging/intermediates/0ce3adb0-b82e-42b3-85b6-70713ba66e1f.pem'�[39m } �[33m+1ms�[0m
2023-11-30T08:29:10.7272869Z   �[35;1mcypress:network:cors �[0mParsed URL { port: �[32m'443'�[39m, protocol: �[32m'https:'�[39m, subdomain: �[32m'firefox-settings-attachments.cdn'�[39m, domain: �[32m'mozilla'�[39m, tld: �[32m'net'�[39m } �[35m+2ms�[0m
2023-11-30T08:29:10.7275797Z   �[31;1mcypress:server:remote-states �[0mgetting remote state: �[90mundefined�[39m for: https://firefox-settings-attachments.cdn.mozilla.net/security-state-staging/intermediates/4f1d16ba-fc95-4a1f-a3f9-da34f76cd637.pem �[31m+1ms�[0m
2023-11-30T08:29:10.7299762Z   �[35;1mcypress:network:cors �[0mParsed URL { port: �[32m'443'�[39m, protocol: �[32m'https:'�[39m, subdomain: �[1mnull�[22m, domain: �[32m'redacted'�[39m, tld: �[32m'nl'�[39m } �[35m+1ms�[0m
2023-11-30T08:29:10.7304127Z   �[31;1mcypress:server:remote-states �[0mgetting remote state: { auth: �[1mnull�[22m, origin: �[32m'https://app.acceptance.redacted.xyz'�[39m, strategy: �[32m'http'�[39m, fileServer: �[1mnull�[22m, domainName: �[32m'redacted.xyz'�[39m, props: { port: �[32m'443'�[39m, protocol: �[32m'https:'�[39m, subdomain: �[32m'app.acceptance'�[39m, domain: �[32m'redacted'�[39m, tld: �[32m'nl'�[39m } } for: https://redacted.xyz �[31m+1ms�[0m
2023-11-30T08:29:10.7313249Z   �[34;1mcypress:server:stream_buffer �[0mstream buffer writeable final called �[34m+2ms�[0m
2023-11-30T08:29:10.7335930Z   �[33;1mcypress:network:agent �[0maddRequest called { isHttps: �[33mtrue�[39m, href: �[32m'https://firefox-settings-attachments.cdn.mozilla.net/security-state-staging/intermediates/4f1d16ba-fc95-4a1f-a3f9-da34f76cd637.pem'�[39m } �[33m+1ms�[0m
2023-11-30T08:29:10.7343720Z   �[33;1mcypress:network:agent �[0mgot family { family: �[33m4�[39m, href: �[32m'https://firefox-settings-attachments.cdn.mozilla.net/security-state-staging/intermediates/4f1d16ba-fc95-4a1f-a3f9-da34f76cd637.pem'�[39m } �[33m+0ms�[0m
2023-11-30T08:29:10.7346332Z   �[35;1mcypress:network:cors �[0mParsed URL { port: �[32m'443'�[39m, protocol: �[32m'https:'�[39m, subdomain: �[32m'firefox-settings-attachments.cdn'�[39m, domain: �[32m'mozilla'�[39m, tld: �[32m'net'�[39m } �[35m+1ms�[0m
2023-11-30T08:29:10.7348959Z   �[31;1mcypress:server:remote-states �[0mgetting remote state: �[90mundefined�[39m for: https://firefox-settings-attachments.cdn.mozilla.net/security-state-staging/intermediates/89734696-672f-4546-8ced-8c9db56c1389.pem �[31m+1ms�[0m
2023-11-30T08:29:10.7358485Z   �[35;1mcypress:network:cors �[0mParsed URL { port: �[32m'443'�[39m, protocol: �[32m'https:'�[39m, subdomain: �[1mnull�[22m, domain: �[32m'redacted'�[39m, tld: �[32m'nl'�[39m } �[35m+0ms�[0m
2023-11-30T08:29:10.7367030Z   �[31;1mcypress:server:remote-states �[0mgetting remote state: { auth: �[1mnull�[22m, origin: �[32m'https://app.acceptance.redacted.xyz'�[39m, strategy: �[32m'http'�[39m, fileServer: �[1mnull�[22m, domainName: �[32m'redacted.xyz'�[39m, props: { port: �[32m'443'�[39m, protocol: �[32m'https:'�[39m, subdomain: �[32m'app.acceptance'�[39m, domain: �[32m'redacted'�[39m, tld: �[32m'nl'�[39m } } for: https://redacted.xyz �[31m+0ms�[0m
2023-11-30T08:29:10.7405426Z   �[34;1mcypress:server:stream_buffer �[0mstream buffer writeable final called �[34m+2ms�[0m
2023-11-30T08:29:10.7407758Z   �[33;1mcypress:network:agent �[0maddRequest called { isHttps: �[33mtrue�[39m, href: �[32m'https://firefox-settings-attachments.cdn.mozilla.net/security-state-staging/intermediates/89734696-672f-4546-8ced-8c9db56c1389.pem'�[39m } �[33m+2ms�[0m
2023-11-30T08:29:10.7415859Z   �[33;1mcypress:network:agent �[0mgot family { family: �[33m4�[39m, href: �[32m'https://firefox-settings-attachments.cdn.mozilla.net/security-state-staging/intermediates/89734696-672f-4546-8ced-8c9db56c1389.pem'�[39m } �[33m+0ms�[0m
2023-11-30T08:29:10.7418716Z   �[34;1mcypress:server:request �[0mreceived status code & headers on request { requestId: �[32m'request1276'�[39m, statusCode: �[33m200�[39m, headers: { �[32m'content-type'�[39m: �[32m'application/pem-certificate-chain'�[39m } } �[34m+523ms�[0m
2023-11-30T08:29:10.7421476Z   �[34;1mcypress:server:request �[0msuccessful response received { requestId: 'request1276' } �[34m+0ms�[0m
2023-11-30T08:29:10.7443061Z   �[34;1mcypress:server:request �[0mreceived status code & headers on request { requestId: �[32m'request1277'�[39m, statusCode: �[33m200�[39m, headers: { �[32m'content-type'�[39m: �[32m'application/pem-certificate-chain'�[39m } } �[34m+1ms�[0m
2023-11-30T08:29:10.7445935Z   �[34;1mcypress:server:request �[0msuccessful response received { requestId: 'request1277' } �[34m+0ms�[0m
2023-11-30T08:29:10.7456355Z   �[34;1mcypress:server:request �[0mreceived status code & headers on request { requestId: �[32m'request1278'�[39m, statusCode: �[33m200�[39m, headers: { �[32m'content-type'�[39m: �[32m'application/pem-certificate-chain'�[39m } } �[34m+1ms�[0m
2023-11-30T08:29:10.7458935Z   �[34;1mcypress:server:request �[0msuccessful response received { requestId: 'request1278' } �[34m+0ms�[0m
2023-11-30T08:29:10.7467399Z   �[36;1mcypress:net-stubbing:server:intercept-response �[0mInterceptResponse { req: { url: �[32m'/security-state-staging/intermediates/c2017a82-2237-4c28-8656-5764f263e185.pem'�[39m }, request: �[90mundefined�[39m } �[36m+526ms�[0m
2023-11-30T08:29:10.7489273Z   �[35;1mcypress:network:cors �[0mParsed URL { port: �[32m'443'�[39m, protocol: �[32m'https:'�[39m, subdomain: �[1mnull�[22m, domain: �[32m'redacted'�[39m, tld: �[32m'nl'�[39m } �[35m+6ms�[0m
2023-11-30T08:29:10.7499519Z   �[31;1mcypress:server:remote-states �[0mgetting remote state: { auth: �[1mnull�[22m, origin: �[32m'https://app.acceptance.redacted.xyz'�[39m, strategy: �[32m'http'�[39m, fileServer: �[1mnull�[22m, domainName: �[32m'redacted.xyz'�[39m, props: { port: �[32m'443'�[39m, protocol: �[32m'https:'�[39m, subdomain: �[32m'app.acceptance'�[39m, domain: �[32m'redacted'�[39m, tld: �[32m'nl'�[39m } } for: https://redacted.xyz �[31m+6ms�[0m
2023-11-30T08:29:10.7504638Z   �[35;1mcypress:network:cors �[0mParsed URL { port: �[32m'443'�[39m, protocol: �[32m'https:'�[39m, subdomain: �[32m'firefox-settings-attachments.cdn'�[39m, domain: �[32m'mozilla'�[39m, tld: �[32m'net'�[39m } �[35m+1ms�[0m
2023-11-30T08:29:10.7523330Z   �[35;1mcypress:network:cors �[0mParsed URL { port: �[32m'443'�[39m, protocol: �[32m'https:'�[39m, subdomain: �[32m'firefox-settings-attachments.cdn'�[39m, domain: �[32m'mozilla'�[39m, tld: �[32m'net'�[39m } �[35m+0ms�[0m
2023-11-30T08:29:10.7527147Z   �[31;1mcypress:server:remote-states �[0mgetting primary remote state: { auth: �[1mnull�[22m, origin: �[32m'https://app.acceptance.redacted.xyz'�[39m, strategy: �[32m'http'�[39m, fileServer: �[1mnull�[22m, domainName: �[32m'redacted.xyz'�[39m, props: { port: �[32m'443'�[39m, protocol: �[32m'https:'�[39m, subdomain: �[32m'app.acceptance'�[39m, domain: �[32m'redacted'�[39m, tld: �[32m'nl'�[39m } } �[31m+1ms�[0m
2023-11-30T08:29:10.7530890Z   �[35;1mcypress:network:cors �[0mParsed URL { port: �[32m'443'�[39m, protocol: �[32m'https:'�[39m, subdomain: �[32m'firefox-settings-attachments.cdn'�[39m, domain: �[32m'mozilla'�[39m, tld: �[32m'net'�[39m } �[35m+1ms�[0m
2023-11-30T08:29:10.7536377Z   �[35;1mcypress:network:cors �[0mParsed URL { port: �[32m'443'�[39m, protocol: �[32m'https:'�[39m, subdomain: �[32m'firefox-settings-attachments.cdn'�[39m, domain: �[32m'mozilla'�[39m, tld: �[32m'net'�[39m } �[35m+0ms�[0m
2023-11-30T08:29:10.7541571Z   �[35;1mcypress:network:cors �[0mParsed URL { port: �[32m'443'�[39m, protocol: �[32m'https:'�[39m, subdomain: �[1mnull�[22m, domain: �[32m'redacted'�[39m, tld: �[32m'nl'�[39m } �[35m+1ms�[0m
2023-11-30T08:29:10.7545779Z   �[31;1mcypress:server:remote-states �[0mgetting remote state: { auth: �[1mnull�[22m, origin: �[32m'https://app.acceptance.redacted.xyz'�[39m, strategy: �[32m'http'�[39m, fileServer: �[1mnull�[22m, domainName: �[32m'redacted.xyz'�[39m, props: { port: �[32m'443'�[39m, protocol: �[32m'https:'�[39m, subdomain: �[32m'app.acceptance'�[39m, domain: �[32m'redacted'�[39m, tld: �[32m'nl'�[39m } } for: https://redacted.xyz �[31m+2ms�[0m
2023-11-30T08:29:10.7551916Z   �[36;1mcypress:net-stubbing:server:intercept-response �[0mInterceptResponse { req: { url: �[32m'/security-state-staging/intermediates/afab5d5a-cfac-46ad-84b9-90bb2d7e2326.pem'�[39m }, request: �[90mundefined�[39m } �[36m+5ms�[0m
2023-11-30T08:29:10.7556544Z   �[35;1mcypress:network:cors �[0mParsed URL { port: �[32m'443'�[39m, protocol: �[32m'https:'�[39m, subdomain: �[1mnull�[22m, domain: �[32m'redacted'�[39m, tld: �[32m'nl'�[39m } �[35m+2ms�[0m
2023-11-30T08:29:10.7561522Z   �[31;1mcypress:server:remote-states �[0mgetting remote state: { auth: �[1mnull�[22m, origin: �[32m'https://app.acceptance.redacted.xyz'�[39m, strategy: �[32m'http'�[39m, fileServer: �[1mnull�[22m, domainName: �[32m'redacted.xyz'�[39m, props: { port: �[32m'443'�[39m, protocol: �[32m'https:'�[39m, subdomain: �[32m'app.acceptance'�[39m, domain: �[32m'redacted'�[39m, tld: �[32m'nl'�[39m } } for: https://redacted.xyz �[31m+2ms�[0m
2023-11-30T08:29:10.7565853Z   �[35;1mcypress:network:cors �[0mParsed URL { port: �[32m'443'�[39m, protocol: �[32m'https:'�[39m, subdomain: �[32m'firefox-settings-attachments.cdn'�[39m, domain: �[32m'mozilla'�[39m, tld: �[32m'net'�[39m } �[35m+0ms�[0m
2023-11-30T08:29:10.7568703Z   �[35;1mcypress:network:cors �[0mParsed URL { port: �[32m'443'�[39m, protocol: �[32m'https:'�[39m, subdomain: �[32m'firefox-settings-attachments.cdn'�[39m, domain: �[32m'mozilla'�[39m, tld: �[32m'net'�[39m } �[35m+0ms�[0m
2023-11-30T08:29:10.7574083Z   �[31;1mcypress:server:remote-states �[0mgetting primary remote state: { auth: �[1mnull�[22m, origin: �[32m'https://app.acceptance.redacted.xyz'�[39m, strategy: �[32m'http'�[39m, fileServer: �[1mnull�[22m, domainName: �[32m'redacted.xyz'�[39m, props: { port: �[32m'443'�[39m, protocol: �[32m'https:'�[39m, subdomain: �[32m'app.acceptance'�[39m, domain: �[32m'redacted'�[39m, tld: �[32m'nl'�[39m } } �[31m+0ms�[0m
2023-11-30T08:29:10.7577907Z   �[35;1mcypress:network:cors �[0mParsed URL { port: �[32m'443'�[39m, protocol: �[32m'https:'�[39m, subdomain: �[32m'firefox-settings-attachments.cdn'�[39m, domain: �[32m'mozilla'�[39m, tld: �[32m'net'�[39m } �[35m+0ms�[0m
2023-11-30T08:29:10.7580547Z   �[35;1mcypress:network:cors �[0mParsed URL { port: �[32m'443'�[39m, protocol: �[32m'https:'�[39m, subdomain: �[32m'firefox-settings-attachments.cdn'�[39m, domain: �[32m'mozilla'�[39m, tld: �[32m'net'�[39m } �[35m+0ms�[0m
2023-11-30T08:29:10.7582957Z   �[35;1mcypress:network:cors �[0mParsed URL { port: �[32m'443'�[39m, protocol: �[32m'https:'�[39m, subdomain: �[1mnull�[22m, domain: �[32m'redacted'�[39m, tld: �[32m'nl'�[39m } �[35m+0ms�[0m
2023-11-30T08:29:10.7586916Z   �[31;1mcypress:server:remote-states �[0mgetting remote state: { auth: �[1mnull�[22m, origin: �[32m'https://app.acceptance.redacted.xyz'�[39m, strategy: �[32m'http'�[39m, fileServer: �[1mnull�[22m, domainName: �[32m'redacted.xyz'�[39m, props: { port: �[32m'443'�[39m, protocol: �[32m'https:'�[39m, subdomain: �[32m'app.acceptance'�[39m, domain: �[32m'redacted'�[39m, tld: �[32m'nl'�[39m } } for: https://redacted.xyz �[31m+1ms�[0m
2023-11-30T08:29:10.7592126Z   �[36;1mcypress:net-stubbing:server:intercept-response �[0mInterceptResponse { req: { url: �[32m'/security-state-staging/intermediates/5681e683-bd54-4255-89fe-dce439358be4.pem'�[39m }, request: �[90mundefined�[39m } �[36m+3ms�[0m
2023-11-30T08:29:10.7595088Z   �[35;1mcypress:network:cors �[0mParsed URL { port: �[32m'443'�[39m, protocol: �[32m'https:'�[39m, subdomain: �[1mnull�[22m, domain: �[32m'redacted'�[39m, tld: �[32m'nl'�[39m } �[35m+3ms�[0m
2023-11-30T08:29:10.7598582Z   �[31;1mcypress:server:remote-states �[0mgetting remote state: { auth: �[1mnull�[22m, origin: �[32m'https://app.acceptance.redacted.xyz'�[39m, strategy: �[32m'http'�[39m, fileServer: �[1mnull�[22m, domainName: �[32m'redacted.xyz'�[39m, props: { port: �[32m'443'�[39m, protocol: �[32m'https:'�[39m, subdomain: �[32m'app.acceptance'�[39m, domain: �[32m'redacted'�[39m, tld: �[32m'nl'�[39m } } for: https://redacted.xyz �[31m+2ms�[0m
2023-11-30T08:29:10.7601975Z   �[35;1mcypress:network:cors �[0mParsed URL { port: �[32m'443'�[39m, protocol: �[32m'https:'�[39m, subdomain: �[32m'firefox-settings-attachments.cdn'�[39m, domain: �[32m'mozilla'�[39m, tld: �[32m'net'�[39m } �[35m+0ms�[0m
2023-11-30T08:29:10.7605661Z   �[35;1mcypress:network:cors �[0mParsed URL { port: �[32m'443'�[39m, protocol: �[32m'https:'�[39m, subdomain: �[32m'firefox-settings-attachments.cdn'�[39m, domain: �[32m'mozilla'�[39m, tld: �[32m'net'�[39m } �[35m+0ms�[0m
2023-11-30T08:29:10.7610278Z   �[31;1mcypress:server:remote-states �[0mgetting primary remote state: { auth: �[1mnull�[22m, origin: �[32m'https://app.acceptance.redacted.xyz'�[39m, strategy: �[32m'http'�[39m, fileServer: �[1mnull�[22m, domainName: �[32m'redacted.xyz'�[39m, props: { port: �[32m'443'�[39m, protocol: �[32m'https:'�[39m, subdomain: �[32m'app.acceptance'�[39m, domain: �[32m'redacted'�[39m, tld: �[32m'nl'�[39m } } �[31m+1ms�[0m
2023-11-30T08:29:10.7615311Z   �[35;1mcypress:network:cors �[0mParsed URL { port: �[32m'443'�[39m, protocol: �[32m'https:'�[39m, subdomain: �[32m'firefox-settings-attachments.cdn'�[39m, domain: �[32m'mozilla'�[39m, tld: �[32m'net'�[39m } �[35m+1ms�[0m
2023-11-30T08:29:10.7618221Z   �[35;1mcypress:network:cors �[0mParsed URL { port: �[32m'443'�[39m, protocol: �[32m'https:'�[39m, subdomain: �[32m'firefox-settings-attachments.cdn'�[39m, domain: �[32m'mozilla'�[39m, tld: �[32m'net'�[39m } �[35m+0ms�[0m
2023-11-30T08:29:10.7621222Z   �[35;1mcypress:network:cors �[0mParsed URL { port: �[32m'443'�[39m, protocol: �[32m'https:'�[39m, subdomain: �[1mnull�[22m, domain: �[32m'redacted'�[39m, tld: �[32m'nl'�[39m } �[35m+1ms�[0m
2023-11-30T08:29:10.7625670Z   �[31;1mcypress:server:remote-states �[0mgetting remote state: { auth: �[1mnull�[22m, origin: �[32m'https://app.acceptance.redacted.xyz'�[39m, strategy: �[32m'http'�[39m, fileServer: �[1mnull�[22m, domainName: �[32m'redacted.xyz'�[39m, props: { port: �[32m'443'�[39m, protocol: �[32m'https:'�[39m, subdomain: �[32m'app.acceptance'�[39m, domain: �[32m'redacted'�[39m, tld: �[32m'nl'�[39m } } for: https://redacted.xyz �[31m+1ms�[0m
2023-11-30T08:29:10.7630408Z   �[34;1mcypress:server:request �[0mreceived status code & headers on request { requestId: �[32m'request1279'�[39m, statusCode: �[33m200�[39m, headers: { �[32m'content-type'�[39m: �[32m'application/pem-certificate-chain'�[39m } } �[34m+14ms�[0m
2023-11-30T08:29:10.7632820Z   �[34;1mcypress:server:request �[0msuccessful response received { requestId: 'request1279' } �[34m+0ms�[0m
2023-11-30T08:29:10.7635456Z   �[34;1mcypress:server:request �[0mreceived status code & headers on request { requestId: �[32m'request1280'�[39m, statusCode: �[33m200�[39m, headers: { �[32m'content-type'�[39m: �[32m'application/pem-certificate-chain'�[39m } } �[34m+1ms�[0m
2023-11-30T08:29:10.7637882Z   �[34;1mcypress:server:request �[0msuccessful response received { requestId: 'request1280' } �[34m+0ms�[0m
2023-11-30T08:29:10.7640247Z   �[34;1mcypress:server:request �[0mreceived status code & headers on request { requestId: �[32m'request1281'�[39m, statusCode: �[33m200�[39m, headers: { �[32m'content-type'�[39m: �[32m'application/pem-certificate-chain'�[39m } } �[34m+0ms�[0m
2023-11-30T08:29:10.7642536Z   �[34;1mcypress:server:request �[0msuccessful response received { requestId: 'request1281' } �[34m+0ms�[0m
2023-11-30T08:29:10.7645360Z   �[36;1mcypress:net-stubbing:server:intercept-response �[0mInterceptResponse { req: { url: �[32m'/security-state-staging/intermediates/0ce3adb0-b82e-42b3-85b6-70713ba66e1f.pem'�[39m }, request: �[90mundefined�[39m } �[36m+7ms�[0m
2023-11-30T08:29:10.7648286Z   �[35;1mcypress:network:cors �[0mParsed URL { port: �[32m'443'�[39m, protocol: �[32m'https:'�[39m, subdomain: �[1mnull�[22m, domain: �[32m'redacted'�[39m, tld: �[32m'nl'�[39m } �[35m+5ms�[0m
2023-11-30T08:29:10.7652607Z   �[31;1mcypress:server:remote-states �[0mgetting remote state: { auth: �[1mnull�[22m, origin: �[32m'https://app.acceptance.redacted.xyz'�[39m, strategy: �[32m'http'�[39m, fileServer: �[1mnull�[22m, domainName: �[32m'redacted.xyz'�[39m, props: { port: �[32m'443'�[39m, protocol: �[32m'https:'�[39m, subdomain: �[32m'app.acceptance'�[39m, domain: �[32m'redacted'�[39m, tld: �[32m'nl'�[39m } } for: https://redacted.xyz �[31m+5ms�[0m
2023-11-30T08:29:10.7656734Z   �[35;1mcypress:network:cors �[0mParsed URL { port: �[32m'443'�[39m, protocol: �[32m'https:'�[39m, subdomain: �[32m'firefox-settings-attachments.cdn'�[39m, domain: �[32m'mozilla'�[39m, tld: �[32m'net'�[39m } �[35m+0ms�[0m
2023-11-30T08:29:10.7660840Z   �[35;1mcypress:network:cors �[0mParsed URL { port: �[32m'443'�[39m, protocol: �[32m'https:'�[39m, subdomain: �[32m'firefox-settings-attachments.cdn'�[39m, domain: �[32m'mozilla'�[39m, tld: �[32m'net'�[39m } �[35m+0ms�[0m
2023-11-30T08:29:10.7664983Z   �[31;1mcypress:server:remote-states �[0mgetting primary remote state: { auth: �[1mnull�[22m, origin: �[32m'https://app.acceptance.redacted.xyz'�[39m, strategy: �[32m'http'�[39m, fileServer: �[1mnull�[22m, domainName: �[32m'redacted.xyz'�[39m, props: { port: �[32m'443'�[39m, protocol: �[32m'https:'�[39m, subdomain: �[32m'app.acceptance'�[39m, domain: �[32m'redacted'�[39m, tld: �[32m'nl'�[39m } } �[31m+0ms�[0m
2023-11-30T08:29:10.7669125Z   �[35;1mcypress:network:cors �[0mParsed URL { port: �[32m'443'�[39m, protocol: �[32m'https:'�[39m, subdomain: �[32m'firefox-settings-attachments.cdn'�[39m, domain: �[32m'mozilla'�[39m, tld: �[32m'net'�[39m } �[35m+1ms�[0m
2023-11-30T08:29:10.7671752Z   �[35;1mcypress:network:cors �[0mParsed URL { port: �[32m'443'�[39m, protocol: �[32m'https:'�[39m, subdomain: �[32m'firefox-settings-attachments.cdn'�[39m, domain: �[32m'mozilla'�[39m, tld: �[32m'net'�[39m } �[35m+0ms�[0m
2023-11-30T08:29:10.7673958Z   �[35;1mcypress:network:cors �[0mParsed URL { port: �[32m'443'�[39m, protocol: �[32m'https:'�[39m, subdomain: �[1mnull�[22m, domain: �[32m'redacted'�[39m, tld: �[32m'nl'�[39m } �[35m+1ms�[0m
2023-11-30T08:29:10.7677820Z   �[31;1mcypress:server:remote-states �[0mgetting remote state: { auth: �[1mnull�[22m, origin: �[32m'https://app.acceptance.redacted.xyz'�[39m, strategy: �[32m'http'�[39m, fileServer: �[1mnull�[22m, domainName: �[32m'redacted.xyz'�[39m, props: { port: �[32m'443'�[39m, protocol: �[32m'https:'�[39m, subdomain: �[32m'app.acceptance'�[39m, domain: �[32m'redacted'�[39m, tld: �[32m'nl'�[39m } } for: https://redacted.xyz �[31m+3ms�[0m
2023-11-30T08:29:10.7681523Z   �[36;1mcypress:net-stubbing:server:intercept-response �[0mInterceptResponse { req: { url: �[32m'/security-state-staging/intermediates/4f1d16ba-fc95-4a1f-a3f9-da34f76cd637.pem'�[39m }, request: �[90mundefined�[39m } �[36m+4ms�[0m
2023-11-30T08:29:10.7683927Z   �[35;1mcypress:network:cors �[0mParsed URL { port: �[32m'443'�[39m, protocol: �[32m'https:'�[39m, subdomain: �[1mnull�[22m, domain: �[32m'redacted'�[39m, tld: �[32m'nl'�[39m } �[35m+2ms�[0m
2023-11-30T08:29:10.7687937Z   �[31;1mcypress:server:remote-states �[0mgetting remote state: { auth: �[1mnull�[22m, origin: �[32m'https://app.acceptance.redacted.xyz'�[39m, strategy: �[32m'http'�[39m, fileServer: �[1mnull�[22m, domainName: �[32m'redacted.xyz'�[39m, props: { port: �[32m'443'�[39m, protocol: �[32m'https:'�[39m, subdomain: �[32m'app.acceptance'�[39m, domain: �[32m'redacted'�[39m, tld: �[32m'nl'�[39m } } for: https://redacted.xyz �[31m+1ms�[0m
2023-11-30T08:29:10.7691836Z   �[35;1mcypress:network:cors �[0mParsed URL { port: �[32m'443'�[39m, protocol: �[32m'https:'�[39m, subdomain: �[32m'firefox-settings-attachments.cdn'�[39m, domain: �[32m'mozilla'�[39m, tld: �[32m'net'�[39m } �[35m+0ms�[0m
2023-11-30T08:29:10.7694379Z   �[35;1mcypress:network:cors �[0mParsed URL { port: �[32m'443'�[39m, protocol: �[32m'https:'�[39m, subdomain: �[32m'firefox-settings-attachments.cdn'�[39m, domain: �[32m'mozilla'�[39m, tld: �[32m'net'�[39m } �[35m+1ms�[0m
2023-11-30T08:29:10.7698040Z   �[31;1mcypress:server:remote-states �[0mgetting primary remote state: { auth: �[1mnull�[22m, origin: �[32m'https://app.acceptance.redacted.xyz'�[39m, strategy: �[32m'http'�[39m, fileServer: �[1mnull�[22m, domainName: �[32m'redacted.xyz'�[39m, props: { port: �[32m'443'�[39m, protocol: �[32m'https:'�[39m, subdomain: �[32m'app.acceptance'�[39m, domain: �[32m'redacted'�[39m, tld: �[32m'nl'�[39m } } �[31m+1ms�[0m
2023-11-30T08:29:10.7702495Z   �[35;1mcypress:network:cors �[0mParsed URL { port: �[32m'443'�[39m, protocol: �[32m'https:'�[39m, subdomain: �[32m'firefox-settings-attachments.cdn'�[39m, domain: �[32m'mozilla'�[39m, tld: �[32m'net'�[39m } �[35m+0ms�[0m
2023-11-30T08:29:10.7705483Z   �[35;1mcypress:network:cors �[0mParsed URL { port: �[32m'443'�[39m, protocol: �[32m'https:'�[39m, subdomain: �[32m'firefox-settings-attachments.cdn'�[39m, domain: �[32m'mozilla'�[39m, tld: �[32m'net'�[39m } �[35m+0ms�[0m
2023-11-30T08:29:10.7707738Z   �[35;1mcypress:network:cors �[0mParsed URL { port: �[32m'443'�[39m, protocol: �[32m'https:'�[39m, subdomain: �[1mnull�[22m, domain: �[32m'redacted'�[39m, tld: �[32m'nl'�[39m } �[35m+1ms�[0m
2023-11-30T08:29:10.7714011Z   �[31;1mcypress:server:remote-states �[0mgetting remote state: { auth: �[1mnull�[22m, origin: �[32m'https://app.acceptance.redacted.xyz'�[39m, strategy: �[32m'http'�[39m, fileServer: �[1mnull�[22m, domainName: �[32m'redacted.xyz'�[39m, props: { port: �[32m'443'�[39m, protocol: �[32m'https:'�[39m, subdomain: �[32m'app.acceptance'�[39m, domain: �[32m'redacted'�[39m, tld: �[32m'nl'�[39m } } for: https://redacted.xyz �[31m+1ms�[0m
2023-11-30T08:29:10.7719806Z   �[36;1mcypress:net-stubbing:server:intercept-response �[0mInterceptResponse { req: { url: �[32m'/security-state-staging/intermediates/89734696-672f-4546-8ced-8c9db56c1389.pem'�[39m }, request: �[90mundefined�[39m } �[36m+4ms�[0m
2023-11-30T08:29:10.7723034Z   �[35;1mcypress:network:cors �[0mParsed URL { port: �[32m'443'�[39m, protocol: �[32m'https:'�[39m, subdomain: �[1mnull�[22m, domain: �[32m'redacted'�[39m, tld: �[32m'nl'�[39m } �[35m+2ms�[0m
2023-11-30T08:29:10.7727166Z   �[31;1mcypress:server:remote-states �[0mgetting remote state: { auth: �[1mnull�[22m, origin: �[32m'https://app.acceptance.redacted.xyz'�[39m, strategy: �[32m'http'�[39m, fileServer: �[1mnull�[22m, domainName: �[32m'redacted.xyz'�[39m, props: { port: �[32m'443'�[39m, protocol: �[32m'https:'�[39m, subdomain: �[32m'app.acceptance'�[39m, domain: �[32m'redacted'�[39m, tld: �[32m'nl'�[39m } } for: https://redacted.xyz �[31m+2ms�[0m
2023-11-30T08:29:10.7730976Z   �[35;1mcypress:network:cors �[0mParsed URL { port: �[32m'443'�[39m, protocol: �[32m'https:'�[39m, subdomain: �[32m'firefox-settings-attachments.cdn'�[39m, domain: �[32m'mozilla'�[39m, tld: �[32m'net'�[39m } �[35m+1ms�[0m
2023-11-30T08:29:10.7733671Z   �[35;1mcypress:network:cors �[0mParsed URL { port: �[32m'443'�[39m, protocol: �[32m'https:'�[39m, subdomain: �[32m'firefox-settings-attachments.cdn'�[39m, domain: �[32m'mozilla'�[39m, tld: �[32m'net'�[39m } �[35m+0ms�[0m
2023-11-30T08:29:10.7737411Z   �[31;1mcypress:server:remote-states �[0mgetting primary remote state: { auth: �[1mnull�[22m, origin: �[32m'https://app.acceptance.redacted.xyz'�[39m, strategy: �[32m'http'�[39m, fileServer: �[1mnull�[22m, domainName: �[32m'redacted.xyz'�[39m, props: { port: �[32m'443'�[39m, protocol: �[32m'https:'�[39m, subdomain: �[32m'app.acceptance'�[39m, domain: �[32m'redacted'�[39m, tld: �[32m'nl'�[39m } } �[31m+1ms�[0m
2023-11-30T08:29:10.7741147Z   �[35;1mcypress:network:cors �[0mParsed URL { port: �[32m'443'�[39m, protocol: �[32m'https:'�[39m, subdomain: �[32m'firefox-settings-attachments.cdn'�[39m, domain: �[32m'mozilla'�[39m, tld: �[32m'net'�[39m } �[35m+0ms�[0m
2023-11-30T08:29:10.7743744Z   �[35;1mcypress:network:cors �[0mParsed URL { port: �[32m'443'�[39m, protocol: �[32m'https:'�[39m, subdomain: �[32m'firefox-settings-attachments.cdn'�[39m, domain: �[32m'mozilla'�[39m, tld: �[32m'net'�[39m } �[35m+0ms�[0m
2023-11-30T08:29:10.7746257Z   �[35;1mcypress:network:cors �[0mParsed URL { port: �[32m'443'�[39m, protocol: �[32m'https:'�[39m, subdomain: �[1mnull�[22m, domain: �[32m'redacted'�[39m, tld: �[32m'nl'�[39m } �[35m+1ms�[0m
2023-11-30T08:29:10.7750033Z   �[31;1mcypress:server:remote-states �[0mgetting remote state: { auth: �[1mnull�[22m, origin: �[32m'https://app.acceptance.redacted.xyz'�[39m, strategy: �[32m'http'�[39m, fileServer: �[1mnull�[22m, domainName: �[32m'redacted.xyz'�[39m, props: { port: �[32m'443'�[39m, protocol: �[32m'https:'�[39m, subdomain: �[32m'app.acceptance'�[39m, domain: �[32m'redacted'�[39m, tld: �[32m'nl'�[39m } } for: https://redacted.xyz �[31m+1ms�[0m
2023-11-30T08:29:11.2557195Z   �[35;1mcypress:network:cors �[0mParsed URL { port: �[32m'443'�[39m, protocol: �[32m'https:'�[39m, subdomain: �[32m'firefox-settings-attachments.cdn'�[39m, domain: �[32m'mozilla'�[39m, tld: �[32m'net'�[39m } �[35m+506ms�[0m
2023-11-30T08:29:11.2560730Z   �[31;1mcypress:server:remote-states �[0mgetting remote state: �[90mundefined�[39m for: https://firefox-settings-attachments.cdn.mozilla.net/security-state-staging/intermediates/5ba01136-cb9d-42b7-9009-79d5e3b8cd87.pem �[31m+506ms�[0m
2023-11-30T08:29:11.2563525Z   �[35;1mcypress:network:cors �[0mParsed URL { port: �[32m'443'�[39m, protocol: �[32m'https:'�[39m, subdomain: �[1mnull�[22m, domain: �[32m'redacted'�[39m, tld: �[32m'nl'�[39m } �[35m+0ms�[0m
2023-11-30T08:29:11.2571199Z   �[31;1mcypress:server:remote-states �[0mgetting remote state: { auth: �[1mnull�[22m, origin: �[32m'https://app.acceptance.redacted.xyz'�[39m, strategy: �[32m'http'�[39m, fileServer: �[1mnull�[22m, domainName: �[32m'redacted.xyz'�[39m, props: { port: �[32m'443'�[39m, protocol: �[32m'https:'�[39m, subdomain: �[32m'app.acceptance'�[39m, domain: �[32m'redacted'�[39m, tld: �[32m'nl'�[39m } } for: https://redacted.xyz �[31m+0ms�[0m
2023-11-30T08:29:11.2575574Z   �[34;1mcypress:server:stream_buffer �[0mstream buffer writeable final called �[34m+538ms�[0m
2023-11-30T08:29:11.2584572Z   �[33;1mcypress:network:agent �[0maddRequest called { isHttps: �[33mtrue�[39m, href: �[32m'https://firefox-settings-attachments.cdn.mozilla.net/security-state-staging/intermediates/5ba01136-cb9d-42b7-9009-79d5e3b8cd87.pem'�[39m } �[33m+538ms�[0m
2023-11-30T08:29:11.2587745Z   �[33;1mcypress:network:agent �[0mgot family { family: �[33m4�[39m, href: �[32m'https://firefox-settings-attachments.cdn.mozilla.net/security-state-staging/intermediates/5ba01136-cb9d-42b7-9009-79d5e3b8cd87.pem'�[39m } �[33m+1ms�[0m
2023-11-30T08:29:11.2636202Z   �[35;1mcypress:network:cors �[0mParsed URL { port: �[32m'443'�[39m, protocol: �[32m'https:'�[39m, subdomain: �[32m'firefox-settings-attachments.cdn'�[39m, domain: �[32m'mozilla'�[39m, tld: �[32m'net'�[39m } �[35m+9ms�[0m
2023-11-30T08:29:11.2639953Z   �[31;1mcypress:server:remote-states �[0mgetting remote state: �[90mundefined�[39m for: https://firefox-settings-attachments.cdn.mozilla.net/security-state-staging/intermediates/e0fbcccb-8a1c-4bef-bbd6-b6e85d8aa2bd.pem �[31m+9ms�[0m
2023-11-30T08:29:11.2650097Z   �[35;1mcypress:network:cors �[0mParsed URL { port: �[32m'443'�[39m, protocol: �[32m'https:'�[39m, subdomain: �[1mnull�[22m, domain: �[32m'redacted'�[39m, tld: �[32m'nl'�[39m } �[35m+0ms�[0m
2023-11-30T08:29:11.2655792Z   �[31;1mcypress:server:remote-states �[0mgetting remote state: { auth: �[1mnull�[22m, origin: �[32m'https://app.acceptance.redacted.xyz'�[39m, strategy: �[32m'http'�[39m, fileServer: �[1mnull�[22m, domainName: �[32m'redacted.xyz'�[39m, props: { port: �[32m'443'�[39m, protocol: �[32m'https:'�[39m, subdomain: �[32m'app.acceptance'�[39m, domain: �[32m'redacted'�[39m, tld: �[32m'nl'�[39m } } for: https://redacted.xyz �[31m+1ms�[0m
2023-11-30T08:29:11.2663718Z   �[34;1mcypress:server:stream_buffer �[0mstream buffer writeable final called �[34m+9ms�[0m
2023-11-30T08:29:11.2672692Z   �[33;1mcypress:network:agent �[0maddRequest called { isHttps: �[33mtrue�[39m, href: �[32m'https://firefox-settings-attachments.cdn.mozilla.net/security-state-staging/intermediates/e0fbcccb-8a1c-4bef-bbd6-b6e85d8aa2bd.pem'�[39m } �[33m+9ms�[0m
2023-11-30T08:29:11.2676471Z   �[33;1mcypress:network:agent �[0mgot family { family: �[33m4�[39m, href: �[32m'https://firefox-settings-attachments.cdn.mozilla.net/security-state-staging/intermediates/e0fbcccb-8a1c-4bef-bbd6-b6e85d8aa2bd.pem'�[39m } �[33m+0ms�[0m

@nlzietsandor
Copy link
Author

In the meantime, I'm trying to build a reproduction scenario, adding parts step by step but it takes some time because of the time it takes to run the GitHub Action every time.

@jennifer-shehane
Copy link
Member

@nlzietsandor Are these tests running in Firefox?

@jennifer-shehane
Copy link
Member

Also there's an issue with a newer Typescript version that's causing hanging sometimes. Not sure if related, but throwing it out there. #28385

@hostilefork
Copy link

hostilefork commented Feb 1, 2024

Our GitHub Action that runs the tests seems to hang indefinitely (2 hours+) from version 13.3.2 onwards

I'm also experiencing a hanging issue on GitHub Actions, but only with Chrome:

  Running:  chess.cy.js                                                                     (1 of 2)
  Estimated: 40 seconds

  Chess App on replpad continuous integration

That's the last thing I see. It hangs indefinitely.

But if I change to Firefox, all is fine

  Running:  chess.cy.js                                                                     (1 of 2)
  Estimated: 40 seconds
Still waiting to connect to Firefox, retrying in 1 second (attempt 18/62)
Still waiting to connect to Firefox, retrying in 1 second (attempt 18/62)
Still waiting to connect to Firefox, retrying in 1 second (attempt 19/62)
Still waiting to connect to Firefox, retrying in 1 second (attempt 19/62)
Still waiting to connect to Firefox, retrying in 1 second (attempt 20/62)
Still waiting to connect to Firefox, retrying in 1 second (attempt 20/62)

  Chess App on replpad continuous integration
    ✓ Visits Replpad (43113ms)

1 passing (45s)

For me this started a few months ago, and I was hoping it would just go away...but it hasn't. Firefox does work, but since it can't show the replays, it would be much preferred to be able to run in Chrome.

@jennifer-shehane
Copy link
Member

Is this still an issue after updating to our most recent version?

@nlzietsandor
Copy link
Author

I'm not getting any hangs at the moment. I can't really say if that's due to the version upgrade because a lot has changed to the tests in the meantime.

@hostilefork
Copy link

Is this still an issue after updating to our most recent version?

TL;DR - works now. I'm not sure exactly when after 13.3.1 fixed it... but 13.3.1 was definitely not working!

I was running the latest GitHub Action. But I didn't set Cypress up initially (and Node.js is voodoo to me)... and didn't know it decided what Cypress version to use from a package.json file. It was asking for ^13.0.0 which was giving 13.3.1 in practice.

I changed that from ^13.0.0 to 13.8.1, as well as having the creation of package-lock.json be part of the test process, so that I literally got version 13.8.1.

Now it seems to be fine!

@jennifer-shehane
Copy link
Member

We have fixed some hanging in recent versions, so we encourage updating to see if this has been resolved so we can close this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stage: needs information Not enough info to reproduce the issue
Projects
None yet
Development

No branches or pull requests

4 participants