cypress-io / cypress

Fast, easy and reliable testing for anything that runs in a browser.
https://cypress.io
MIT License
46.86k stars 3.17k forks source link

Cypress exits suite unexpectedly on redirect, hangs indefinitely during run #27356

Closed ggaabe closed 1 year ago

ggaabe commented 1 year ago

Current behavior

I'm trying to store and save some session cookies from a login on salesforce. During the login, the website redirects from .salesforce.com to a .force.com site.

After this redirection it redirects back to a *.salesforce.com site. At this point, the in-browser cypress test UI completely disappears and the browser turns into a regular web browser. When I run this same test headlessly (cypress:run), the test simply hangs infinitely and never exits.

Desired behavior

Throw an error or simply continue the test without exiting.

Test code to reproduce

Unfortunately I can't do this without giving out salesforce credentials

Cypress Version

12.16.0

Node version

18.16.1

Operating System

Windows 11 Pro Build 22621.1992

Debug Logs

Logs seem to show an infinite stream of stuff like below. These logs indicate that the cypress run is still tracking everything that is happening on the page after successfully logging in but it seems to have lost control of the browser and isn't catching that the test run is dead.

force.com
2023-07-20T15:47:14.549Z cypress:network:cors Parsed URL { port: '443', protocol: 'https:', subdomain: 'wealthaccessdev-dev-ed.lightning', domain: 'force', tld: 'com' }
2023-07-20T15:47:14.549Z cypress:network:cors Parsed URL { port: '443', protocol: 'https:', subdomain: 'wealthaccessdev-dev-ed.lightning', domain: 'force', tld: 'com' }
2023-07-20T15:47:14.549Z cypress:server:remote-states getting primary remote state: { auth: null, origin: 'https://wealthaccessdev-dev-ed.my.salesforce.com', strategy: 'http', fileServer: null, domainName: 'salesforce.com', props: { port: '443', protocol: 'https:', subdomain: 'wealthaccessdev-dev-ed.my', domain: 'salesforce', tld: 'com' } }
2023-07-20T15:47:14.550Z cypress:network:cors Parsed URL { port: '443', protocol: 'https:', subdomain: 'wealthaccessdev-dev-ed.lightning', domain: 'force', tld: 'com' }
2023-07-20T15:47:14.550Z cypress:network:cors Parsed URL { port: '443', protocol: 'https:', subdomain: 'wealthaccessdev-dev-ed.lightning', domain: 'force', tld: 'com' }
2023-07-20T15:47:14.550Z cypress:network:cors Parsed URL { port: '443', protocol: 'https:', subdomain: null, domain: 'salesforce', tld: 'com' }
2023-07-20T15:47:14.550Z cypress:server:remote-states getting remote state: { auth: null, origin: 'https://wealthaccessdev-dev-ed.my.salesforce.com', strategy: 'http', fileServer: null, domainName: 'salesforce.com', props: { port: '443', protocol: 'https:', subdomain: 'wealthaccessdev-dev-ed.my', domain: 'salesforce', tld: 'com' } } for: https://salesforce.com
2023-07-20T15:47:14.617Z cypress:server:request received status code & headers on request { requestId: 'request164', statusCode: 200, headers: { 'content-type': 'application/json;charset=UTF-8' } }
2023-07-20T15:47:14.617Z cypress:server:request successful response received { requestId: 'request164' }     
2023-07-20T15:47:14.618Z cypress:net-stubbing:server:intercept-response InterceptResponse { req: { url: '/aura?r=33&ui-force-components-controllers-platformStateManager.PlatformStateManager.getFlexipageInfo=1' }, request: undefined }
2023-07-20T15:47:14.618Z cypress:network:cors Parsed URL { port: '443', protocol: 'https:', subdomain: null, domain: 'salesforce', tld: 'com' }
2023-07-20T15:47:14.618Z cypress:server:remote-states getting remote state: { auth: null, origin: 'https://wealthaccessdev-dev-ed.my.salesforce.com', strategy: 'http', fileServer: null, domainName: 'salesforce.com', props: { port: '443', protocol: 'https:', subdomain: 'wealthaccessdev-dev-ed.my', domain: 'salesforce', tld: 'com' } } for: https://salesforce.com
2023-07-20T15:47:14.618Z cypress:network:cors Parsed URL { port: '443', protocol: 'https:', subdomain: 'wealthaccessdev-dev-ed.lightning', domain: 'force', tld: 'com' }
2023-07-20T15:47:14.618Z cypress:network:cors Parsed URL { port: '443', protocol: 'https:', subdomain: 'wealthaccessdev-dev-ed.lightning', domain: 'force', tld: 'com' }
2023-07-20T15:47:14.618Z cypress:server:remote-states getting primary remote state: { auth: null, origin: 'https://wealthaccessdev-dev-ed.my.salesforce.com', strategy: 'http', fileServer: null, domainName: 'salesforce.com', props: { port: '443', protocol: 'https:', subdomain: 'wealthaccessdev-dev-ed.my', domain: 'salesforce', tld: 'com' } }
2023-07-20T15:47:14.619Z cypress:network:cors Parsed URL { port: '443', protocol: 'https:', subdomain: 'wealthaccessdev-dev-ed.lightning', domain: 'force', tld: 'com' }
2023-07-20T15:47:14.619Z cypress:network:cors Parsed URL { port: '443', protocol: 'https:', subdomain: 'wealthaccessdev-dev-ed.lightning', domain: 'force', tld: 'com' }
2023-07-20T15:47:14.619Z cypress:network:cors Parsed URL { port: '443', protocol: 'https:', subdomain: null, domain: 'salesforce', tld: 'com' }
2023-07-20T15:47:14.619Z cypress:server:remote-states getting remote state: { auth: null, origin: 'https://wealthaccessdev-dev-ed.my.salesforce.com', strategy: 'http', fileServer: null, domainName: 'salesforce.com', props: { port: '443', protocol: 'https:', subdomain: 'wealthaccessdev-dev-ed.my', domain: 'salesforce', tld: 'com' } } for: https://salesforce.com
2023-07-20T15:47:14.782Z cypress:server:util:process_profiler current & mean memory and CPU usage by process group:
┌─────────┬────────────┬──────────────┬─────────────────────────────────────┬────────────┬────────────────┬──────────┬──────────────┬─────────────┐
│ (index) │   group    │ processCount │                pids                 │ cpuPercent │ meanCpuPercent │ memRssMb │ meanMemRssMb │ maxMemRssMb │
├─────────┼────────────┼──────────────┼─────────────────────────────────────┼────────────┼────────────────┼──────────┼──────────────┼─────────────┤
│    0    │ 'cypress'  │      1       │               '10620'               │   12.38    │      6.36      │  463.36  │    427.56    │   463.36    │
│    1    │  'other'   │      5       │ '15908, 13120, 20664, 17920, 20660' │    4.56    │      2.08      │  395.8   │    346.72    │    395.8    │
│    2    │ 'Electron' │      1       │               '19328'               │    11.4    │      5.7       │   377    │    306.3     │     377     │
│    3    │  'plugin'  │      2       │           '18096, 13052'            │    0.26    │      1.23      │  175.34  │    181.36    │   220.32    │
│    4    │  'ffmpeg'  │      1       │               '22492'               │    2.82    │      1.41      │  87.96   │    58.39     │    87.96    │
│    5    │  'TOTAL'   │      10      │                 '-'                 │   31.42    │     14.41      │ 1499.46  │   1198.76    │   1499.46   │
└─────────┴────────────┴──────────────┴─────────────────────────────────────┴────────────┴────────────────┴──────────┴──────────────┴─────────────┘
2023-07-20T15:47:15.367Z cypress:server:util:socket_allowed allowed socket closed, removing { localPort: 57002 }
2023-07-20T15:47:15.382Z cypress:server:util:socket_allowed allowed socket closed, removing { localPort: 57003 }
2023-07-20T15:47:16.127Z cypress:server:util:socket_allowed allowed socket closed, removing { localPort: 57027 }
2023-07-20T15:47:16.128Z cypress:server:util:socket_allowed allowed socket closed, removing { localPort: 57026 }
2023-07-20T15:47:16.454Z cypress:server:util:socket_allowed allowed socket closed, removing { localPort: 57028 }
2023-07-20T15:47:18.201Z cypress:server:request received status code & headers on request { requestId: 'request144', statusCode: 200, headers: { 'content-type': 'application/json; charset=utf-8', 'set-cookie': [ 'ASP.NET_SessionId=k5lyv2wn0nfa0poi54bkhu5b; path=/; HttpOnly; SameSite=Lax' ] } }
2023-07-20T15:47:18.201Z cypress:server:request successful response received { requestId: 'request144' }     
2023-07-20T15:47:18.203Z cypress:net-stubbing:server:intercept-response InterceptResponse { req: { url: '//api/sso/sample?token=test_advisor_token&_=1689868032353' }, request: undefined }
2023-07-20T15:47:18.204Z cypress:network:cors Parsed URL { port: '443', protocol: 'https:', subdomain: null, domain: 'salesforce', tld: 'com' }
2023-07-20T15:47:18.204Z cypress:server:remote-states getting remote state: { auth: null, origin: 'https://wealthaccessdev-dev-ed.my.salesforce.com', strategy: 'http', fileServer: null, domainName: 'salesforce.com', props: { port: '443', protocol: 'https:', subdomain: 'wealthaccessdev-dev-ed.my', domain: 'salesforce', tld: 'com' } } for: https://salesforce.com
2023-07-20T15:47:18.204Z cypress:network:cors Parsed URL { port: '7886', protocol: 'http:', subdomain: null, domain: '', tld: 'localhost' }
2023-07-20T15:47:18.204Z cypress:network:cors Parsed URL { port: '7886', protocol: 'http:', subdomain: null, domain: '', tld: 'localhost' }
2023-07-20T15:47:18.204Z cypress:server:remote-states getting primary remote state: { auth: null, origin: 'https://wealthaccessdev-dev-ed.my.salesforce.com', strategy: 'http', fileServer: null, domainName: 'salesforce.com', props: { port: '443', protocol: 'https:', subdomain: 'wealthaccessdev-dev-ed.my', domain: 'salesforce', tld: 'com' } }
2023-07-20T15:47:18.204Z cypress:network:cors Parsed URL { port: '7886', protocol: 'http:', subdomain: null, domain: '', tld: 'localhost' }
2023-07-20T15:47:18.204Z cypress:network:cors Parsed URL { port: '7886', protocol: 'http:', subdomain: null, domain: '', tld: 'localhost' }
2023-07-20T15:47:18.204Z cypress:network:cors Parsed URL { port: '443', protocol: 'https:', subdomain: 'wealthaccessdev-dev-ed.lightning', domain: 'force', tld: 'com' }
2023-07-20T15:47:18.204Z cypress:network:cors Parsed URL { port: '7886', protocol: 'http:', subdomain: null, domain: '', tld: 'localhost' }
2023-07-20T15:47:18.204Z cypress:network:cors Parsed URL { port: '443', protocol: 'https:', subdomain: 'wealthaccessdev-dev-ed.lightning', domain: 'force', tld: 'com' }
2023-07-20T15:47:18.204Z cypress:network:cors Parsed URL { port: '443', protocol: 'https:', subdomain: 'wealthaccessdev-dev-ed.lightning', domain: 'force', tld: 'com' }
2023-07-20T15:47:18.205Z cypress:network:cors Parsed URL { port: '7886', protocol: 'http:', subdomain: null, domain: '', tld: 'localhost' }
2023-07-20T15:47:18.205Z cypress:network:cors Parsed URL { port: '443', protocol: 'https:', subdomain: 'wealthaccessdev-dev-ed.lightning', domain: 'force', tld: 'com' }
2023-07-20T15:47:18.205Z cypress:network:cors Parsed URL { port: '7886', protocol: 'http:', subdomain: null, domain: '', tld: 'localhost' }
2023-07-20T15:47:18.221Z cypress:network:cors Parsed URL { port: '443', protocol: 'https:', subdomain: null, domain: 'salesforce', tld: 'com' }
2023-07-20T15:47:18.221Z cypress:server:remote-states getting remote state: { auth: null, origin: 'https://wealthaccessdev-dev-ed.my.salesforce.com', strategy: 'http', fileServer: null, domainName: 'salesforce.com', props: { port: '443', protocol: 'https:', subdomain: 'wealthaccessdev-dev-ed.my', domain: 'salesforce', tld: 'com' } } for: https://salesforce.com
2023-07-20T15:47:18.235Z cypress:server:util:socket_allowed allowed socket closed, removing { localPort: 56993 }
2023-07-20T15:47:18.240Z cypress:server:util:socket_allowed allowed socket closed, removing { localPort: 56920 }
2023-07-20T15:47:18.351Z cypress:network:cors Parsed URL { port: '443', protocol: 'https:', subdomain: 'wealthaccessdev-dev-ed.lightning', domain: 'force', tld: 'com' }
2023-07-20T15:47:18.351Z cypress:network:cors Parsed URL { port: '443', protocol: 'https:', subdomain: 'wealthaccessdev-dev-ed.lightning', domain: 'force', tld: 'com' }
2023-07-20T15:47:18.351Z cypress:network:cors Parsed URL { port: '443', protocol: 'https:', subdomain: 'wealthaccessdev-dev-ed.lightning', domain: 'force', tld: 'com' }
2023-07-20T15:47:18.351Z cypress:network:cors Parsed URL { port: '443', protocol: 'https:', subdomain: 'maxcdn', domain: 'bootstrapcdn', tld: 'com' }
2023-07-20T15:47:18.351Z cypress:network:cors Parsed URL { port: '443', protocol: 'https:', subdomain: 'wealthaccessdev-dev-ed.lightning', domain: 'force', tld: 'com' }
2023-07-20T15:47:18.351Z cypress:network:cors Parsed URL { port: '443', protocol: 'https:', subdomain: 'maxcdn', domain: 'bootstrapcdn', tld: 'com' }
2023-07-20T15:47:18.352Z cypress:network:cors Parsed URL { port: '443', protocol: 'https:', subdomain: 'maxcdn', domain: 'bootstrapcdn', tld: 'com' }
2023-07-20T15:47:18.352Z cypress:server:remote-states getting remote state: undefined for: https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.woff2?v=4.7.0
2023-07-20T15:47:18.352Z cypress:network:cors Parsed URL { port: '443', protocol: 'https:', subdomain: null, domain: 'salesforce', tld: 'com' }
2023-07-20T15:47:18.352Z cypress:server:remote-states getting remote state: { auth: null, origin: 'https://wealthaccessdev-dev-ed.my.salesforce.com', strategy: 'http', fileServer: null, domainName: 'salesforce.com', props: { port: '443', protocol: 'https:', subdomain: 'wealthaccessdev-dev-ed.my', domain: 'salesforce', tld: 'com' } } for: https://salesforce.com
2023-07-20T15:47:18.354Z cypress:server:stream_buffer stream buffer writeable final called
2023-07-20T15:47:18.354Z cypress:network:agent addRequest called { isHttps: true, href: 'https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.woff2?v=4.7.0' }
2023-07-20T15:47:18.354Z cypress:network:agent got family { family: 4, href: 'https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.woff2?v=4.7.0' }
2023-07-20T15:47:18.408Z cypress:server:request received status code & headers on request { requestId: 'request165', statusCode: 200, headers: { 'content-type': 'font/woff2' } }
2023-07-20T15:47:18.409Z cypress:server:request successful response received { requestId: 'request165' }     
2023-07-20T15:47:18.410Z cypress:net-stubbing:server:intercept-response InterceptResponse { req: { url: '/font-awesome/4.7.0/fonts/fontawesome-webfont.woff2?v=4.7.0' }, request: undefined }
2023-07-20T15:47:18.410Z cypress:network:cors Parsed URL { port: '443', protocol: 'https:', subdomain: null, domain: 'salesforce', tld: 'com' }
2023-07-20T15:47:18.411Z cypress:server:remote-states getting remote state: { auth: null, origin: 'https://wealthaccessdev-dev-ed.my.salesforce.com', strategy: 'http', fileServer: null, domainName: 'salesforce.com', props: { port: '443', protocol: 'https:', subdomain: 'wealthaccessdev-dev-ed.my', domain: 'salesforce', tld: 'com' } } for: https://salesforce.com
2023-07-20T15:47:18.411Z cypress:network:cors Parsed URL { port: '443', protocol: 'https:', subdomain: 'maxcdn', domain: 'bootstrapcdn', tld: 'com' }
2023-07-20T15:47:18.411Z cypress:network:cors Parsed URL { port: '443', protocol: 'https:', subdomain: 'maxcdn', domain: 'bootstrapcdn', tld: 'com' }
2023-07-20T15:47:18.411Z cypress:server:remote-states getting primary remote state: { auth: null, origin: 'https://wealthaccessdev-dev-ed.my.salesforce.com', strategy: 'http', fileServer: null, domainName: 'salesforce.com', props: { port: '443', protocol: 'https:', subdomain: 'wealthaccessdev-dev-ed.my', domain: 'salesforce', tld: 'com' } }
2023-07-20T15:47:18.411Z cypress:network:cors Parsed URL { port: '443', protocol: 'https:', subdomain: 'maxcdn', domain: 'bootstrapcdn', tld: 'com' }
2023-07-20T15:47:18.411Z cypress:network:cors Parsed URL { port: '443', protocol: 'https:', subdomain: 'maxcdn', domain: 'bootstrapcdn', tld: 'com' }
2023-07-20T15:47:18.411Z cypress:network:cors Parsed URL { port: '443', protocol: 'https:', subdomain: null, domain: 'salesforce', tld: 'com' }
2023-07-20T15:47:18.411Z cypress:server:remote-states getting remote state: { auth: null, origin: 'https://wealthaccessdev-dev-ed.my.salesforce.com', strategy: 'http', fileServer: null, domainName: 'salesforce.com', props: { port: '443', protocol: 'https:', subdomain: 'wealthaccessdev-dev-ed.my', domain: 'salesforce', tld: 'com' } } for: https://salesforce.com
2023-07-20T15:47:18.413Z cypress:server:util:socket_allowed allowed socket closed, removing { localPort: 56941 }
2023-07-20T15:47:18.542Z cypress:server:server-base Got CONNECT request from ssl.google-analytics.com:443
2023-07-20T15:47:18.542Z cypress:https-proxy Writing browserSocket connection headers { url: 'ssl.google-analytics.com:443', headLength: 0, headers: { host: 'ssl.google-analytics.com:443', 'proxy-connection': 'keep-alive', 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Cypress/12.16.0 Chrome/106.0.5249.51 Electron/21.0.0 Safari/537.36' } }
2023-07-20T15:47:18.543Z cypress:https-proxy Got first head bytes { url: 'ssl.google-analytics.com:443', head: '\x16\x03\x01\x02\x00\x01\x00\x01�\x03\x03_\x02\x12�\x1B�\x17�Ĵz����LE\x1Ex��\x1F6����\x1C^��A �����m�m�t�u���ߋ\nP�N�' }
2023-07-20T15:47:18.550Z cypress:https-proxy Making intercepted connection to 56612
2023-07-20T15:47:18.552Z cypress:network:connect successfully connected { opts: { port: 56612, host: 'localhost', getDelayMsForRetry: [Function: h] }, iteration: 0 }
2023-07-20T15:47:18.552Z cypress:https-proxy received upstreamSocket callback for request { port: 56612, hostname: 'localhost', err: undefined }
2023-07-20T15:47:18.552Z cypress:server:util:socket_allowed allowing socket { localPort: 57046 }
2023-07-20T15:47:18.559Z cypress:network:cors Parsed URL { port: '443', protocol: 'https:', subdomain: 'wealthaccessdev-dev-ed.lightning', domain: 'force', tld: 'com' }
2023-07-20T15:47:18.559Z cypress:server:util:resource-type-and-credential credentials request received for request url https://ssl.google-analytics.com/ga.js, hashKey f3d11240e645f309fa95785f26acffb5
2023-07-20T15:47:18.559Z cypress:network:cors Parsed URL { port: '443', protocol: 'https:', subdomain: 'wealthaccessdev-dev-ed.lightning', domain: 'force', tld: 'com' }
2023-07-20T15:47:18.559Z cypress:network:cors Parsed URL { port: '443', protocol: 'https:', subdomain: 'wealthaccessdev-dev-ed.lightning', domain: 'force', tld: 'com' }
2023-07-20T15:47:18.559Z cypress:network:cors Parsed URL { port: '443', protocol: 'https:', subdomain: 'ssl', domain: 'google-analytics', tld: 'com' }
2023-07-20T15:47:18.559Z cypress:network:cors Parsed URL { port: '443', protocol: 'https:', subdomain: 'wealthaccessdev-dev-ed.lightning', domain: 'force', tld: 'com' }
2023-07-20T15:47:18.559Z cypress:network:cors Parsed URL { port: '443', protocol: 'https:', subdomain: 'ssl', domain: 'google-analytics', tld: 'com' }
2023-07-20T15:47:18.560Z cypress:network:cors Parsed URL { port: '443', protocol: 'https:', subdomain: 'ssl', domain: 'google-analytics', tld: 'com' }
2023-07-20T15:47:18.560Z cypress:server:remote-states getting remote state: undefined for: https://ssl.google-analytics.com/ga.js
2023-07-20T15:47:18.560Z cypress:network:cors Parsed URL { port: '443', protocol: 'https:', subdomain: null, domain: 'salesforce', tld: 'com' }
2023-07-20T15:47:18.560Z cypress:server:remote-states getting remote state: { auth: null, origin: 'https://wealthaccessdev-dev-ed.my.salesforce.com', strategy: 'http', fileServer: null, domainName: 'salesforce.com', props: { port: '443', protocol: 'https:', subdomain: 'wealthaccessdev-dev-ed.my', domain: 'salesforce', tld: 'com' } } for: https://salesforce.com
2023-07-20T15:47:18.561Z cypress:server:stream_buffer stream buffer writeable final called
2023-07-20T15:47:18.562Z cypress:network:agent addRequest called { isHttps: true, href: 'https://ssl.google-analytics.com/ga.js' }
2023-07-20T15:47:18.562Z cypress:network:connect beginning getAddress { hostname: 'ssl.google-analytics.com', port: 443 }
2023-07-20T15:47:18.603Z cypress:network:connect got addresses { hostname: 'ssl.google-analytics.com', port: 443, addresses: [ { address: '142.250.105.97', family: 4 }, { address: '2607:f8b0:4002:c0f::61', family: 6 } ] }
2023-07-20T15:47:18.636Z cypress:network:cors Parsed URL { port: '443', protocol: 'https:', subdomain: 'wealthaccessdev-dev-ed.lightning', domain: 'force', tld: 'com' }
2023-07-20T15:47:18.636Z cypress:server:util:resource-type-and-credential credentials request received for request url http://localhost:54790//api/user/colors?_=1689868032354, hashKey 1782db6afea54809abb399ad97e4f985  
2023-07-20T15:47:18.637Z cypress:network:cors Parsed URL { port: '443', protocol: 'https:', subdomain: 'wealthaccessdev-dev-ed.lightning', domain: 'force', tld: 'com' }
2023-07-20T15:47:18.637Z cypress:network:cors Parsed URL { port: '443', protocol: 'https:', subdomain: 'wealthaccessdev-dev-ed.lightning', domain: 'force', tld: 'com' }
2023-07-20T15:47:18.637Z cypress:network:cors Parsed URL { port: '54790', protocol: 'http:', subdomain: null, domain: '', tld: 'localhost' }
2023-07-20T15:47:18.637Z cypress:network:cors Parsed URL { port: '443', protocol: 'https:', subdomain: 'wealthaccessdev-dev-ed.lightning', domain: 'force', tld: 'com' }
2023-07-20T15:47:18.637Z cypress:network:cors Parsed URL { port: '54790', protocol: 'http:', subdomain: null, domain: '', tld: 'localhost' }
2023-07-20T15:47:18.638Z cypress:network:cors Parsed URL { port: '54790', protocol: 'http:', subdomain: null, domain: '', tld: 'localhost' }
2023-07-20T15:47:18.638Z cypress:server:remote-states getting remote state: undefined for: http://localhost:54790//api/user/colors?_=1689868032354
2023-07-20T15:47:18.638Z cypress:network:cors Parsed URL { port: '443', protocol: 'https:', subdomain: null, domain: 'salesforce', tld: 'com' }
2023-07-20T15:47:18.638Z cypress:server:remote-states getting remote state: { auth: null, origin: 'https://wealthaccessdev-dev-ed.my.salesforce.com', strategy: 'http', fileServer: null, domainName: 'salesforce.com', props: { port: '443', protocol: 'https:', subdomain: 'wealthaccessdev-dev-ed.my', domain: 'salesforce', tld: 'com' } } for: https://salesforce.com
2023-07-20T15:47:18.639Z cypress:server:stream_buffer stream buffer writeable final called
2023-07-20T15:47:18.640Z cypress:network:agent addRequest called { isHttps: false, href: 'http://localhost:54790//api/user/colors?_=1689868032354' }
2023-07-20T15:47:18.640Z cypress:network:agent got family { family: 4, href: 'http://localhost:54790//api/user/colors?_=1689868032354' }
2023-07-20T15:47:18.642Z cypress:network:agent got family { family: 4, href: 'https://ssl.google-analytics.com/ga.js' }
2023-07-20T15:47:18.787Z cypress:server:request received status code & headers on request { requestId: 'request166', statusCode: 200, headers: { 'content-type': 'text/javascript' } }
2023-07-20T15:47:18.787Z cypress:server:request successful response received { requestId: 'request166' }     
2023-07-20T15:47:18.788Z cypress:net-stubbing:server:intercept-response InterceptResponse { req: { url: '/ga.js' }, request: undefined }
2023-07-20T15:47:18.788Z cypress:network:cors Parsed URL { port: '443', protocol: 'https:', subdomain: null, domain: 'salesforce', tld: 'com' }
2023-07-20T15:47:18.788Z cypress:server:remote-states getting remote state: { auth: null, origin: 'https://wealthaccessdev-dev-ed.my.salesforce.com', strategy: 'http', fileServer: null, domainName: 'salesforce.com', props: { port: '443', protocol: 'https:', subdomain: 'wealthaccessdev-dev-ed.my', domain: 'salesforce', tld: 'com' } } for: https://salesforce.com
2023-07-20T15:47:18.789Z cypress:network:cors Parsed URL { port: '443', protocol: 'https:', subdomain: 'ssl', domain: 'google-analytics', tld: 'com' }
2023-07-20T15:47:18.789Z cypress:network:cors Parsed URL { port: '443', protocol: 'https:', subdomain: 'ssl', domain: 'google-analytics', tld: 'com' }
2023-07-20T15:47:18.789Z cypress:server:remote-states getting primary remote state: { auth: null, origin: 'https://wealthaccessdev-dev-ed.my.salesforce.com', strategy: 'http', fileServer: null, domainName: 'salesforce.com', props: { port: '443', protocol: 'https:', subdomain: 'wealthaccessdev-dev-ed.my', domain: 'salesforce', tld: 'com' } }
2023-07-20T15:47:18.789Z cypress:network:cors Parsed URL { port: '443', protocol: 'https:', subdomain: 'ssl', domain: 'google-analytics', tld: 'com' }
2023-07-20T15:47:18.789Z cypress:network:cors Parsed URL { port: '443', protocol: 'https:', subdomain: 'ssl', domain: 'google-analytics', tld: 'com' }
2023-07-20T15:47:18.789Z cypress:network:cors Parsed URL { port: '443', protocol: 'https:', subdomain: null, domain: 'salesforce', tld: 'com' }
2023-07-20T15:47:18.789Z cypress:server:remote-states getting remote state: { auth: null, origin: 'https://wealthaccessdev-dev-ed.my.salesforce.com', strategy: 'http', fileServer: null, domainName: 'salesforce.com', props: { port: '443', protocol: 'https:', subdomain: 'wealthaccessdev-dev-ed.my', domain: 'salesforce', tld: 'com' } } for: https://salesforce.com
2023-07-20T15:47:18.794Z cypress:server:server-base Got CONNECT request from ssl.google-analytics.com:443    
2023-07-20T15:47:18.794Z cypress:https-proxy Writing browserSocket connection headers { url: 'ssl.google-analytics.com:443', headLength: 0, headers: { host: 'ssl.google-analytics.com:443', 'proxy-connection': 'keep-alive', 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Cypress/12.16.0 Chrome/106.0.5249.51 Electron/21.0.0 Safari/537.36' } }
2023-07-20T15:47:18.796Z cypress:https-proxy Got first head bytes { url: 'ssl.google-analytics.com:443', head: '\x16\x03\x01\x02<\x01\x00\x028\x03\x03u\x1E�Z4\x0E�|~6�%�l�\\��K[����Q���-hJ � P�VºQ[��D޼Qr���$b�$' }     
2023-07-20T15:47:18.796Z cypress:https-proxy Making intercepted connection to 56612
2023-07-20T15:47:18.798Z cypress:network:connect successfully connected { opts: { port: 56612, host: 'localhost', getDelayMsForRetry: [Function: h] }, iteration: 0 }
2023-07-20T15:47:18.798Z cypress:https-proxy received upstreamSocket callback for request { port: 56612, hostname: 'localhost', err: undefined }
2023-07-20T15:47:18.798Z cypress:server:util:socket_allowed allowing socket { localPort: 57055 }
2023-07-20T15:47:19.226Z cypress:server:request received status code & headers on request { requestId: 'request167', statusCode: 200, headers: { 'content-type': 'application/json; charset=utf-8' } }
2023-07-20T15:47:19.226Z cypress:server:request successful response received { requestId: 'request167' }     
2023-07-20T15:47:19.227Z cypress:net-stubbing:server:intercept-response InterceptResponse { req: { url: '//api/user/colors?_=1689868032354' }, request: undefined }
2023-07-20T15:47:19.228Z cypress:network:cors Parsed URL { port: '443', protocol: 'https:', subdomain: null, domain: 'salesforce', tld: 'com' }
2023-07-20T15:47:19.228Z cypress:server:remote-states getting remote state: { auth: null, origin: 'https://wealthaccessdev-dev-ed.my.salesforce.com', strategy: 'http', fileServer: null, domainName: 'salesforce.com', props: { port: '443', protocol: 'https:', subdomain: 'wealthaccessdev-dev-ed.my', domain: 'salesforce', tld: 'com' } } for: https://salesforce.com
2023-07-20T15:47:19.228Z cypress:network:cors Parsed URL { port: '54790', protocol: 'http:', subdomain: null, domain: '', tld: 'localhost' }
2023-07-20T15:47:19.228Z cypress:network:cors Parsed URL { port: '54790', protocol: 'http:', subdomain: null, domain: '', tld: 'localhost' }
2023-07-20T15:47:19.228Z cypress:server:remote-states getting primary remote state: { auth: null, origin: 'https://wealthaccessdev-dev-ed.my.salesforce.com', strategy: 'http', fileServer: null, domainName: 'salesforce.com', props: { port: '443', protocol: 'https:', subdomain: 'wealthaccessdev-dev-ed.my', domain: 'salesforce', tld: 'com' } }
2023-07-20T15:47:19.228Z cypress:network:cors Parsed URL { port: '54790', protocol: 'http:', subdomain: null, domain: '', tld: 'localhost' }
2023-07-20T15:47:19.228Z cypress:network:cors Parsed URL { port: '54790', protocol: 'http:', subdomain: null, domain: '', tld: 'localhost' }
2023-07-20T15:47:19.229Z cypress:network:cors Parsed URL { port: '443', protocol: 'https:', subdomain: null, domain: 'salesforce', tld: 'com' }
2023-07-20T15:47:19.229Z cypress:server:remote-states getting remote state: { auth: null, origin: 'https://wealthaccessdev-dev-ed.my.salesforce.com', strategy: 'http', fileServer: null, domainName: 'salesforce.com', props: { port: '443', protocol: 'https:', subdomain: 'wealthaccessdev-dev-ed.my', domain: 'salesforce', tld: 'com' } } for: https://salesforce.com
2023-07-20T15:47:19.294Z cypress:server:util:socket_allowed allowed socket closed, removing { localPort: 56992 }
2023-07-20T15:47:19.415Z cypress:network:cors Parsed URL { port: '443', protocol: 'https:', subdomain: 'wealthaccessdev-dev-ed.lightning', domain: 'force', tld: 'com' }
2023-07-20T15:47:19.416Z cypress:server:util:resource-type-and-credential credentials request received for request url http://localhost:54790/api/advisor/AccountBarCharts?groupingProperty%5BvalueProperty%5D=ClassificationId&groupingProperty%5BdisplayProperty%5D=ClassificationName&groupingProperty%5BsortProperty%5D=ClassificationSort&_=1689868032355, hashKey fafd8715311acaee442ef0fbe6d3249b
2023-07-20T15:47:19.416Z cypress:network:cors Parsed URL { port: '443', protocol: 'https:', subdomain: 'wealthaccessdev-dev-ed.lightning', domain: 'force', tld: 'com' }
2023-07-20T15:47:19.416Z cypress:network:cors Parsed URL { port: '443', protocol: 'https:', subdomain: 'wealthaccessdev-dev-ed.lightning', domain: 'force', tld: 'com' }
2023-07-20T15:47:19.416Z cypress:network:cors Parsed URL { port: '54790', protocol: 'http:', subdomain: null, domain: '', tld: 'localhost' }
2023-07-20T15:47:19.416Z cypress:network:cors Parsed URL { port: '443', protocol: 'https:', subdomain: 'wealthaccessdev-dev-ed.lightning', domain: 'force', tld: 'com' }
2023-07-20T15:47:19.416Z cypress:network:cors Parsed URL { port: '54790', protocol: 'http:', subdomain: null, domain: '', tld: 'localhost' }
2023-07-20T15:47:19.432Z cypress:network:cors Parsed URL { port: '54790', protocol: 'http:', subdomain: null, domain: '', tld: 'localhost' }
2023-07-20T15:47:19.432Z cypress:server:remote-states getting remote state: undefined for: http://localhost:54790/api/advisor/AccountBarCharts?groupingProperty%5BvalueProperty%5D=ClassificationId&groupingProperty%5BdisplayProperty%5D=ClassificationName&groupingProperty%5BsortProperty%5D=ClassificationSort&_=1689868032355     
2023-07-20T15:47:19.433Z cypress:network:cors Parsed URL { port: '443', protocol: 'https:', subdomain: null, domain: 'salesforce', tld: 'com' }
2023-07-20T15:47:19.433Z cypress:server:remote-states getting remote state: { auth: null, origin: 'https://wealthaccessdev-dev-ed.my.salesforce.com', strategy: 'http', fileServer: null, domainName: 'salesforce.com', props: { port: '443', protocol: 'https:', subdomain: 'wealthaccessdev-dev-ed.my', domain: 'salesforce', tld: 'com' } } for: https://salesforce.com
2023-07-20T15:47:19.436Z cypress:server:stream_buffer stream buffer writeable final called
2023-07-20T15:47:19.436Z cypress:network:agent addRequest called { isHttps: false, href: 'http://localhost:54790/api/advisor/AccountBarCharts?groupingProperty%5BvalueProperty%5D=ClassificationId&groupingProperty%5BdisplayProperty%5D=ClassificationName&groupingProperty%5BsortProperty%5D=ClassificationSort&_=1689868032355' }   
2023-07-20T15:47:19.436Z cypress:network:agent got family { family: 4, href: 'http://localhost:54790/api/advisor/AccountBarCharts?groupingProperty%5BvalueProperty%5D=ClassificationId&groupingProperty%5BdisplayProperty%5D=ClassificationName&groupingProperty%5BsortProperty%5D=ClassificationSort&_=1689868032355' }
2023-07-20T15:47:19.564Z cypress:server:util:socket_allowed allowed socket closed, removing { localPort: 56988 }
2023-07-20T15:47:19.627Z cypress:server:util:socket_allowed allowed socket closed, removing { localPort: 56994 }
2023-07-20T15:47:20.102Z cypress:server:server-base Got CONNECT request from wealthaccessdev-dev-ed.lightning.force.com:443
2023-07-20T15:47:20.103Z cypress:https-proxy Writing browserSocket connection headers { url: 'wealthaccessdev-dev-ed.lightning.force.com:443', headLength: 0, headers: { host: 'wealthaccessdev-dev-ed.lightning.force.com:443', 'proxy-connection': 'keep-alive', 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Cypress/12.16.0 Chrome/106.0.5249.51 Electron/21.0.0 Safari/537.36' } }
2023-07-20T15:47:20.104Z cypress:https-proxy Got first head bytes { url: 'wealthaccessdev-dev-ed.lightning.force.com:443', head: "\x16\x03\x01\x02N\x01\x00\x02J\x03\x03�E�S\x16'�EȪC�\x12�\x12����\x030�@ڶ�-�\x0E�f� ȩ�%�\x17v\x1F���\n�\x1B��=Y�y5��" }
2023-07-20T15:47:20.104Z cypress:https-proxy Making intercepted connection to 56612
2023-07-20T15:47:20.105Z cypress:network:connect successfully connected { opts: { port: 56612, host: 'localhost', getDelayMsForRetry: [Function: h] }, iteration: 0 }
2023-07-20T15:47:20.105Z cypress:https-proxy received upstreamSocket callback for request { port: 56612, hostname: 'localhost', err: undefined }
2023-07-20T15:47:20.106Z cypress:server:util:socket_allowed allowing socket { localPort: 57059 }
2023-07-20T15:47:20.110Z cypress:network:cors Parsed URL { port: '443', protocol: 'https:', subdomain: 'wealthaccessdev-dev-ed.lightning', domain: 'force', tld: 'com' }
2023-07-20T15:47:20.110Z cypress:server:util:resource-type-and-credential credentials request received for request url https://wealthaccessdev-dev-ed.lightning.force.com/aura?r=34&ui-force-components-controllers-fingerprint.Fingerprint.logFingerprint=1, hashKey c0409aca6c96ee7c2b914a38431237e7
2023-07-20T15:47:20.110Z cypress:network:cors Parsed URL { port: '443', protocol: 'https:', subdomain: 'wealthaccessdev-dev-ed.lightning', domain: 'force', tld: 'com' }
2023-07-20T15:47:20.110Z cypress:network:cors Parsed URL { port: '443', protocol: 'https:', subdomain: 'wealthaccessdev-dev-ed.lightning', domain: 'force', tld: 'com' }
2023-07-20T15:47:20.110Z cypress:network:cors Parsed URL { port: '443', protocol: 'https:', subdomain: 'wealthaccessdev-dev-ed.lightning', domain: 'force', tld: 'com' }
2023-07-20T15:47:20.111Z cypress:network:cors Parsed URL { port: '443', protocol: 'https:', subdomain: 'wealthaccessdev-dev-ed.lightning', domain: 'force', tld: 'com' }
2023-07-20T15:47:20.111Z cypress:network:cors Parsed URL { port: '443', protocol: 'https:', subdomain: 'wealthaccessdev-dev-ed.lightning', domain: 'force', tld: 'com' }
2023-07-20T15:47:20.115Z cypress:network:cors Parsed URL { port: '443', protocol: 'https:', subdomain: 'wealthaccessdev-dev-ed.lightning', domain: 'force', tld: 'com' }
2023-07-20T15:47:20.115Z cypress:server:remote-states getting remote state: undefined for: https://wealthaccessdev-dev-ed.lightning.force.com/aura?r=34&ui-force-components-controllers-fingerprint.Fingerprint.logFingerprint=1
2023-07-20T15:47:20.115Z cypress:network:cors Parsed URL { port: '443', protocol: 'https:', subdomain: null, domain: 'salesforce', tld: 'com' }
2023-07-20T15:47:20.115Z cypress:server:remote-states getting remote state: { auth: null, origin: 'https://wealthaccessdev-dev-ed.my.salesforce.com', strategy: 'http', fileServer: null, domainName: 'salesforce.com', props: { port: '443', protocol: 'https:', subdomain: 'wealthaccessdev-dev-ed.my', domain: 'salesforce', tld: 'com' } } for: https://salesforce.com
2023-07-20T15:47:20.117Z cypress:server:stream_buffer extending buffer to accomodate new chunk { bufferLength: 2048, newBufferLength: 4096 }
2023-07-20T15:47:20.117Z cypress:server:stream_buffer appending chunk to buffer { bytesWritten: 0, chunkLength: 3074 }
2023-07-20T15:47:20.118Z cypress:network:agent addRequest called { isHttps: true, href: 'https://wealthaccessdev-dev-ed.lightning.force.com/aura?r=34&ui-force-components-controllers-fingerprint.Fingerprint.logFingerprint=1' }
2023-07-20T15:47:20.118Z cypress:network:agent got family { family: 4, href: 'https://wealthaccessdev-dev-ed.lightning.force.com/aura?r=34&ui-force-components-controllers-fingerprint.Fingerprint.logFingerprint=1' }    
2023-07-20T15:47:20.119Z cypress:server:stream_buffer stream buffer writeable final called
2023-07-20T15:47:20.282Z cypress:server:request received status code & headers on request { requestId: 'request169', statusCode: 200, headers: { 'content-type': 'application/json;charset=UTF-8' } }
2023-07-20T15:47:20.282Z cypress:server:request successful response received { requestId: 'request169' }     
2023-07-20T15:47:20.285Z cypress:net-stubbing:server:intercept-response InterceptResponse { req: { url: '/aura?r=34&ui-force-components-controllers-fingerprint.Fingerprint.logFingerprint=1' }, request: undefined }     
2023-07-20T15:47:20.285Z cypress:network:cors Parsed URL { port: '443', protocol: 'https:', subdomain: null, domain: 'salesforce', tld: 'com' }
2023-07-20T15:47:20.285Z cypress:server:remote-states getting remote state: { auth: null, origin: 'https://wealthaccessdev-dev-ed.my.salesforce.com', strategy: 'http', fileServer: null, domainName: 'salesforce.com', props: { port: '443', protocol: 'https:', subdomain: 'wealthaccessdev-dev-ed.my', domain: 'salesforce', tld: 'com' } } for: https://salesforce.com
2023-07-20T15:47:20.285Z cypress:network:cors Parsed URL { port: '443', protocol: 'https:', subdomain: 'wealthaccessdev-dev-ed.lightning', domain: 'force', tld: 'com' }
2023-07-20T15:47:20.285Z cypress:network:cors Parsed URL { port: '443', protocol: 'https:', subdomain: 'wealthaccessdev-dev-ed.lightning', domain: 'force', tld: 'com' }
2023-07-20T15:47:20.285Z cypress:server:remote-states getting primary remote state: { auth: null, origin: 'https://wealthaccessdev-dev-ed.my.salesforce.com', strategy: 'http', fileServer: null, domainName: 'salesforce.com', props: { port: '443', protocol: 'https:', subdomain: 'wealthaccessdev-dev-ed.my', domain: 'salesforce', tld: 'com' } }
2023-07-20T15:47:20.285Z cypress:network:cors Parsed URL { port: '443', protocol: 'https:', subdomain: 'wealthaccessdev-dev-ed.lightning', domain: 'force', tld: 'com' }
2023-07-20T15:47:20.286Z cypress:network:cors Parsed URL { port: '443', protocol: 'https:', subdomain: 'wealthaccessdev-dev-ed.lightning', domain: 'force', tld: 'com' }
2023-07-20T15:47:20.286Z cypress:network:cors Parsed URL { port: '443', protocol: 'https:', subdomain: null, domain: 'salesforce', tld: 'com' }
2023-07-20T15:47:20.286Z cypress:server:remote-states getting remote state: { auth: null, origin: 'https://wealthaccessdev-dev-ed.my.salesforce.com', strategy: 'http', fileServer: null, domainName: 'salesforce.com', props: { port: '443', protocol: 'https:', subdomain: 'wealthaccessdev-dev-ed.my', domain: 'salesforce', tld: 'com' } } for: https://salesforce.com
2023-07-20T15:47:21.081Z cypress:server:request received status code & headers on request { requestId: 'request168', statusCode: 200, headers: { 'content-type': 'application/json; charset=utf-8' } }
2023-07-20T15:47:21.081Z cypress:server:request successful response received { requestId: 'request168' }     
2023-07-20T15:47:21.082Z cypress:net-stubbing:server:intercept-response InterceptResponse { req: { url: '/api/advisor/AccountBarCharts?groupingProperty%5BvalueProperty%5D=ClassificationId&groupingProperty%5BdisplayProperty%5D=ClassificationName&groupingProperty%5BsortProperty%5D=ClassificationSort&_=1689868032355' }, request: undefined }
2023-07-20T15:47:21.083Z cypress:network:cors Parsed URL { port: '443', protocol: 'https:', subdomain: null, domain: 'salesforce', tld: 'com' }
2023-07-20T15:47:21.083Z cypress:server:remote-states getting remote state: { auth: null, origin: 'https://wealthaccessdev-dev-ed.my.salesforce.com', strategy: 'http', fileServer: null, domainName: 'salesforce.com', props: { port: '443', protocol: 'https:', subdomain: 'wealthaccessdev-dev-ed.my', domain: 'salesforce', tld: 'com' } } for: https://salesforce.com
2023-07-20T15:47:21.083Z cypress:network:cors Parsed URL { port: '54790', protocol: 'http:', subdomain: null, domain: '', tld: 'localhost' }
2023-07-20T15:47:21.083Z cypress:network:cors Parsed URL { port: '54790', protocol: 'http:', subdomain: null, domain: '', tld: 'localhost' }
2023-07-20T15:47:21.083Z cypress:server:remote-states getting primary remote state: { auth: null, origin: 'https://wealthaccessdev-dev-ed.my.salesforce.com', strategy: 'http', fileServer: null, domainName: 'salesforce.com', props: { port: '443', protocol: 'https:', subdomain: 'wealthaccessdev-dev-ed.my', domain: 'salesforce', tld: 'com' } }
2023-07-20T15:47:21.083Z cypress:network:cors Parsed URL { port: '54790', protocol: 'http:', subdomain: null, domain: '', tld: 'localhost' }
2023-07-20T15:47:21.083Z cypress:network:cors Parsed URL { port: '54790', protocol: 'http:', subdomain: null, domain: '', tld: 'localhost' }
2023-07-20T15:47:21.084Z cypress:network:cors Parsed URL { port: '443', protocol: 'https:', subdomain: null, domain: 'salesforce', tld: 'com' }
2023-07-20T15:47:21.084Z cypress:server:remote-states getting remote state: { auth: null, origin: 'https://wealthaccessdev-dev-ed.my.salesforce.com', strategy: 'http', fileServer: null, domainName: 'salesforce.com', props: { port: '443', protocol: 'https:', subdomain: 'wealthaccessdev-dev-ed.my', domain: 'salesforce', tld: 'com' } } for: https://salesforce.com
2023-07-20T15:47:22.906Z cypress:server:request aborting { requestId: 'request156' }
2023-07-20T15:47:22.907Z cypress:server:request aborting { requestId: 'request156' }
2023-07-20T15:47:22.908Z cypress:server:util:socket_allowed allowed socket closed, removing { localPort: 56959 }

Other

No response

CaiqueCoelho commented 1 year ago

I'm getting the same problem with Cypress 12.17.1 on GHA

Brookeruu commented 1 year ago

I'm seeing a similar issue with v12.2.0 on GHA with Cypress Cloud.

nagash77 commented 1 year ago

Hi everyone, thank you for raising this issue. Is there any further details or information anyone on this thread can share that could possibly shed light on when this happens / what is causing it? Have you tried with a very simple test and built it up until you start seeing these types of behaviors?

nagash77 commented 1 year ago

@ggaabe I understand you can't share your salesforce credentials but can you share the test code you are running? That would help us be able to replicate this behavior.

Also, are you also using the cypress github-action as others in this thread have mentioned they are?

ggaabe commented 1 year ago

@nagash77 Yeah this is the login flow:

Cypress.Commands.add('loginSalesforce', (userType: Roles) => {

  const { username, password } = UserTypes[userType];
  cy.session(
    `${userType}-SF`,
    () => {
      cy.visit('https://wealthaccessdev-dev-ed.my.salesforce.com/');
      cy.get('#username').type(username);
      cy.get('#password').type(password, { timeout: 50, delay: 300 });
      cy.get('#Login').click({ timeout: 100 });
      // first redirect
      cy.origin('https://wealthaccessdev-dev-ed.file.force.com/', () => {
        cy.location('pathname', { timeout: 10000 }).should(
          'include',
          '/one/one.app'
        );
      });
       // second
      cy.origin('https://wealthaccessdev-dev-ed.lightning.force.com/', () => {
        cy.log('Finished redirecting');
        cy.url().should('include', 'lightning');
      });
    },
    {
      cacheAcrossSpecs: true,
      validate: () => {
        cy.log('Validate');
        cy.url().should(
          'not.equal',
          `https://wealthaccessdev-dev-ed.my.salesforce.com/`
        );
      },
    }
  );
});
nagash77 commented 1 year ago

@ggaabe have you tried running with experimentalModifyObstructiveThirdPartyCode set to true? Also can you specify which version of salesforce you are testing against?

nagash77 commented 1 year ago

Unfortunately we have to close this issue due to inactivity. Please comment if there is new information to provide concerning the original issue and we can reopen.