Csaba K Molnár

Results 7 comments of Csaba K Molnár

The same problem also applies to section titles (Aggregations, Events, Methods) and subtitles (Summary).

Still waiting for #269 to complete.

@jerclarke Totally agree. Without your instructions I couldn't have set up debugging.

I tried to run my test. It finds the table control, it can retrieve the first item but now it fails at the getBindingContext step. The error I get is:...

I forgot to mention that before I get the getBindingContext error the test hangs for about 10 seconds at the getBindingContext step. Also, I didn't mention in my original post...

I'm not allowed to upload the app I'm testing and it would take a lot of effort to find and strip it down to the part where the test fails....

I did some further debugging and noticed that when my test executes this step: ```js rowcontext = await firstrow.getBindingContext('myModel') ``` I get the following error in the browser console: ```...