Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

second .execute() fails on remote IE #4

Open
dagjomar opened this issue Jan 10, 2014 · 4 comments
Open

second .execute() fails on remote IE #4

dagjomar opened this issue Jan 10, 2014 · 4 comments
Assignees
Labels

Comments

@dagjomar
Copy link

On IE, the test exits without warning on the second .execute() statement.

Running a Virtual Machine with IE 8


module.exports = {
    'Testing': function (test) {
      test
        .open("http://128.221.114.222:3333")
        .wait(3000)
        .execute(function(e){
            return true;
        }, true, 5000)
        .wait(300)

        .execute(function(e){
            return true;
        }, true, 5000)
        .wait(3000)
        .done();
    }
};

Output from console is:
Running Browser: Internet Explorer
OS: windows 6.2.9200 x64
Browser Version: 10

RUNNING TEST - "Testing load and search"
▶ OPEN http://128.221.114.222:3333
▶ WAIT 3000 ms
▶ EXECUTE 
▶ WAIT 300 ms
@ghost ghost assigned asciidisco Jan 15, 2014
@asciidisco
Copy link
Member

Were you able to test this with other version of IE as well?
I only have IE9 & IE10 VMs hanging around; would wait for your response before trying to reproduce it.

@dagjomar
Copy link
Author

Tested on IE8, IE9 and IE10. No luck on any

@asciidisco
Copy link
Member

Okay. Thanks for the info, will investigate.

@Dendrox
Copy link

Dendrox commented Oct 17, 2014

Has anyone found a fix (or work around) for this issue yet?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants