Hello Scott Mathson
I had a same problem. Do you found the solution for the above issue ?
On Friday, 15 March 2013 07:24:47 UTC+5:30, Scott Mathson wrote:
>
> I'm trying to do E2E testing on an application that is made up of multiple
> iframes, each with it's own Angular application. The different applications
> communicate with each other through a custom event bridge that we've
> written and there are certain scenarios that we'd like to be able to test
> that require interaction between the applications, so we can't just E2E
> test each application independently from the others.
>
> AFAIK, there isn't a way to write a selector by itself to drill down into
> a specific iframe (something like 'iframe#pane1 input.email'), and so the
> way of doing this with jQuery is:
> $(iframe#pane1).contents().find('input.email). I was thinking about trying
> to add a custom dsl statement to ngScenario that works like using() to
> scope any chained selectors to a specific iframe (something like
> useframe('pane1').input('email') ), but I'm having trouble figuring out how
> I'd write that as another angular.scenario.dsl statement. Any ideas?
>
> Has anyone successfully been able to do something like this with angular's
> E2E tests?
>
--
You received this message because you are subscribed to the Google Groups
"AngularJS" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/angular.
For more options, visit https://groups.google.com/groups/opt_out.