Get help with testing, discuss unit testing strategies etc.


Post by mats »

Hmm, without a proper Siesta test case it'll be hard to help you. Can you upload what's needed to run this?

Post by marogalli »

The initial position from the company is not the send the files.

The problem is executing the test having the DOM panel opened, and as this is working using DOM closed. As we intend to use the CI I think this is not a issue for us.

As soon as I have more time I will try to replicate using an example, not the original code and I send you.

I appreciate your help.

Post by marogalli »

From the post : https://forum.bryntum.com/viewtopic. ... 809#p10809

The solution below solved this and the above post :
iframe {
    width : 1280px !important;
    height : 1024px !important;
}

Post Reply