Skip to content
Snippets Groups Projects
Commit 39ada0b5 authored by Shane Tomlinson's avatar Shane Tomlinson
Browse files

Merge branch 'failing_tests' into dev

parents e48e11cc 524f7dab
No related branches found
No related tags found
No related merge requests found
......@@ -638,6 +638,7 @@ steal.plugins("jquery", "funcunit/qunit").then("/dialog/resources/user", functio
test("getAssertion with known email that has key", function() {
lib.setOrigin(testOrigin);
lib.syncEmailKeypair("testuser@testuser.com", function() {
lib.getAssertion("testuser@testuser.com", function onSuccess(assertion) {
testAssertion(assertion);
......@@ -650,6 +651,7 @@ steal.plugins("jquery", "funcunit/qunit").then("/dialog/resources/user", functio
test("getAssertion with known email that does not have a key", function() {
lib.setOrigin(testOrigin);
storage.addEmail("testuser@testuser.com", {});
lib.getAssertion("testuser@testuser.com", function onSuccess(assertion) {
testAssertion(assertion);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment