Hello Guys, another iframe question.
any one had this issue where cypress test runner does not render the iframe modal pop up to its actual height ?
In my case when I open the modal pop up manually it renders with its actual size which is 850px, but inside cypress test runner, it loads with just 150px, thus my should be visible assertions on elements inside the iframe are failing.
I could invoke the css height and set to 850 px, this would solve the issue but is there a better approach to sort this issue incase iframe height changes again in future?
Thanks.