cypress-io / cypress

Fast, easy and reliable testing for anything that runs in a browser.

Home Page:https://cypress.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wrong modal renderization

ferrange opened this issue · comments

Current behavior

In a specific webpage, when we select an asset and we press on donwload, a modal is displayed showing more options than it should, like if it was loading all the possibilities without having the js logic in consideration.
image
As you can see, there are no extra flags checked

Desired behavior

As it is when navigating through the browser or any other framework, when we perform the same actions, the modal is displayed showing only the options it has to:
image
If we check the "Dynamic Rendition(s)" flag, then more options are displayed:
image
Here you can see how the property display swaps from none to block when checking and unchecking the flag:
none
block

Test code to reproduce

No need of test code to reproduce, it happens aswell when accessing to this webpage by a cy.visit() and then navigating "manually" through cypress interface using npx cypress open.
Due to confidenciality purposes I can not share the website, all I can say is it's based on the Adobe CRM, named Adobe Experience Manager

Cypress Version

13.6.4

Node version

v21.2.0

Operating System

Windows 10 Enterprise 22H2

Debug Logs

No response

Other

@victortfe

@ferrange Are there any errors in the Cypress browser that aren't shown in an outside browser?

Also make sure you're using as close to the same browser type and version as possible.

Without a way for us to run and see the issue, there's not much we can do to track down the root cause unfortunately.