question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

login with cypress to salesforce- left pane is disappear

See original GitHub issue

Current behavior

hi, am able to open the application but the test runner left pane closes after the salesforce application is open and execution stops without any error report. before the left panel disappear, cypress write: (page load)–waiting for new page to load–

The desired application remains open with no execution. We can see in RED that the browser is handled by automation(Cypress) but there is no Test Runner left pane.

I see there is exist conversation about this issue- https://github.com/cypress-io/cypress/issues/14274 with no solution

do you have any solution for this issue?

Desired behavior

No response

Test code to reproduce

describe('Login', () => {
  it('Login to SalesForce', () => {
    cy.visit('salesforce link')
   cy.get('#username').type('user name')
   cy.get('#password').type('password')
   cy.get('#Login').click()

Cypress Version

10.3.0

Node version

v16.13.2

Operating System

macOS 12.1

Debug Logs

No response

Other

No response

Issue Analytics

  • State:open
  • Created a year ago
  • Comments:12 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
rodriguesgiocommented, Sep 13, 2022

@emilyrohrbough thank you! Unfortunately the proposed flags were no success for me and my colleagues. We reached out the community on discord and will also keep trying to find some work around. If we get one, I’ll come back here to share.

0reactions
Zehava123commented, Nov 9, 2022

@rodriguesgio , can you add more details what exactly you did? which application did you add to Connected App configuration- Cypress application? thanks, Zehava

Read more comments on GitHub >

github_iconTop Results From Across the Web

Cypress Test runner left pane closes after the salesforce ...
Anyone having experience in automating Salesforce applications using Cypress? I am able to open the application but the test runner left ...
Read more >
Cypress Test Runner Left Pane Closes After The ... - ADocLib
Using this code, I am able to login into SF application, but after that test runner left pane disappears. Versions. Cypress: 6.0.1 Browser:...
Read more >
cypress-io/cypress - Gitter
Hi Guys, My browser doesn't open and tests done run because i am getting this error: Browser doesn't open due to Warning:Cypress could...
Read more >
What's New with Cypress Web Testing?
[Filip Hric] Google Sign-In with Cypress. Cypress Test Runner v9.4.1. Released 1.31.2022. Bugfixes. Fixed a regression in 9.4.0 where ...
Read more >
Releases · Spring '23 - Trailblazer Community - Salesforce
When a community login page is created using Experience Builder, the alt text tag for the logo is missing and the labels for...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found