Skip to content
This repository has been archived by the owner on Apr 3, 2019. It is now read-only.

fix(tests): Make IE10/IE11 pass all the mocha tests. #1355

Merged
merged 2 commits into from Jul 8, 2014

Conversation

shane-tomlinson
Copy link

  • IE10 passes with no additional work.
  • IE11 requires mouse interaction for the tests to complete correctly.

issue #1334

* IE10 passes with no additional work.
* IE11 requires mouse interaction for the tests to complete correctly.

issue #1334
@pdehaan pdehaan added this to the train-17 (Jul 14) milestone Jul 7, 2014
d.resolve(keypair);
});
return d.promise;
return client.getRandomBytes()
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we feature test here and save a network request for clients that support native crypto random?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done.

@shane-tomlinson
Copy link
Author

@zaach - updated to only collect entropy from the server for browsers that do not support crypto.getRandomValues.

@shane-tomlinson
Copy link
Author

fixes #1342

@zaach
Copy link
Contributor

zaach commented Jul 8, 2014

zaach added a commit that referenced this pull request Jul 8, 2014
fix(tests): Make IE10/IE11 pass all the mocha tests.
@zaach zaach merged commit c7d9570 into master Jul 8, 2014
@zaach zaach deleted the issue-1334-ie-test-failures branch July 8, 2014 16:44
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants