Search found 57 matches

1. I've refactored click actions of grid method and used Siesta.Project.Browser.ExtJS() as you advice; as well stated defaultTimeout but it doesn't work to me as expected. Is it possible to set up a delay/timeout feature for actions of chain, instead of setting timeout for whole descriptor? BTW: I'...
Hello dear nickolay; that's been a good explaination. Let me to practise your advice.
Thanks.
Hi, there will be two question and before that I would like to highlight test structure; //FooTestCase.js > Here is my Test Case: Calls methods located base Siesta.Test.Class describe('UI Test Case', function (t) { ... t.chain({grid: 'foogrid'}); }); //Here is Siesta.Test.Class Class('Siesta.Test.Li...
Unfortunately `Ext.Loader.setConfig` did not work either. But i've overcome translations issue within using through Joose class system. For now i'll keep going with this adjustment.

Thanks for help.
Dear @nickolay thanks for quick answer; Actually two questions are related to each other. So firstly I'll draw our file-directory; - /myapp -- /app //All ExtJS based classes --- /globals //Folder for base classes ---- MyVariables.js //Mentioned class. ---- MyFooVar.js //I'll need to get this file as...
Hello again, after a long time... Hopefully I'm getting much better to set a robust Test Structure with inherited classes, test-automation, code-coverage repots.. and I keep improve current Test structure. I'll have 2 questions; 1. First question is; We have a `singleton` class name of `MyVariables`...
Dear nickolay hello again. I've notated isReadyTimeout on harness.configure as you mentioned and i did not face with any error based on "Timeout" for a while but now it started again! As well somehow test suite gives error for several test cases spontaneously with this error below; TypeErr...
well followed your advice and tried to improve query for editBtn. Hopefully will work better =)

Thanks for advice.
So.. isReadyTimeout config is can overcome on that situation?

and where I should defined it? On harness.configure or inside harness.start as this way?
{
        group: 'UI Tests',
        isReadyTimeout      : 20000,
        items: [
            {
Hello again. CI adapted tests are getting a lot of timeout errors. Normally it takes 761ms to load contents when running the application on web browser. But it takes to much longer when Selenium web driver runs the application and tests are keep failing through this error below; Error happened befor...