fresh-doctor-14925
11/10/2022, 12:05 PMconsole.log(interception)
powerful-agency-55160
11/10/2022, 12:07 PMfresh-doctor-14925
11/10/2022, 12:15 PMwait()
would fail
Could you do the following:
1) Change the console.log to `console.log("wait result:" + interception)
2) Send a screenshot of the spec code, rather than just that snippet
3) Show the full page of test output, rather than that small sectionstale-optician-85950
11/10/2022, 12:29 PMgray-kilobyte-89541
11/10/2022, 12:33 PMdry-ice-92667
11/10/2022, 12:35 PMpowerful-agency-55160
11/10/2022, 12:36 PMfresh-doctor-14925
11/10/2022, 12:45 PMpowerful-agency-55160
11/10/2022, 12:47 PMfresh-doctor-14925
11/10/2022, 12:50 PMpowerful-agency-55160
11/10/2022, 12:53 PMfresh-doctor-14925
11/10/2022, 12:54 PMpowerful-agency-55160
11/10/2022, 12:55 PMfresh-doctor-14925
11/10/2022, 12:56 PMgray-kilobyte-89541
11/10/2022, 1:05 PMrich-plastic-83569
11/10/2022, 2:03 PMrich-plastic-83569
11/10/2022, 2:04 PMfresh-doctor-14925
11/10/2022, 2:04 PMbest-window-49967
11/10/2022, 2:41 PMstale-optician-85950
11/10/2022, 3:00 PMbest-window-49967
11/10/2022, 3:05 PMboundless-plastic-54849
11/10/2022, 3:45 PMboundless-plastic-54849
11/10/2022, 3:48 PMgray-kilobyte-89541
11/10/2022, 3:51 PMboundless-plastic-54849
11/10/2022, 3:55 PMstale-smartphone-63627
11/10/2022, 6:05 PMPercy
as dependency. The message I am receiving in the console is Still waiting to connect to Chrome, retrying in 1 second (attempt 62/62)
.
Assumptions:
- Node 18.10.0 installed
- NPM 8.19.2 installed
- Yarn installed
Notes:
- This was failing in Cypress 10.10 and 11.0.1
Steps to reproduce:
1. Create a new project directory and cd
into it
2. call npm init
3. call npm install cypress --save-dev
4. Open Cypress for the first time to setup the project.
5. Navigate all the way to Choose a browser
in the Cypress UI
6. Choose Chrome
or Edge
(this issue doesnt seem to affect Electron
)
7. Wait until Chrome
or Edge
show up (unfortunately they dont)
Any assistance will be appreciated. My company currently uses Selenium for our automation but I am looking into Cypress for building our new project. Hopefully this is something we can usestale-smartphone-63627
11/10/2022, 8:12 PMswift-megabyte-13324
11/11/2022, 1:48 AMcy.testId('office-selector').eq(1).select('1417')
cy.testId('office-selector').eq(1).should('have.value', '1417')
When running our app in the browser, it seems to work fine. But when selecting the pinned log event for the .select command in the test runner and switching to the "after" state, the expected value is not shown in the .
Any idea what could be going wrong?swift-megabyte-13324
11/11/2022, 4:48 AMswift-megabyte-13324
11/11/2022, 4:50 AMnull
. And again the dropdowns are rendered incorrectly.