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

Commit

Permalink
fix(test): Fix the broken android functional test.
Browse files Browse the repository at this point in the history
To force signin confirmation, the email needs a `sync` prefix.
  • Loading branch information
Shane Tomlinson committed Jun 7, 2017
1 parent 89a5ae9 commit 7d75dec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions tests/functional/mob_android_v1.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ define([
const testIsBrowserNotified = FunctionalHelpers.testIsBrowserNotified;

registerSuite({
name: 'mob_android_v1 signup, signin',
name: 'mob_android_v1',

beforeEach: function () {
email = TestHelpers.createEmail();
email = TestHelpers.createEmail('sync{id}');
return this.remote
.then(FunctionalHelpers.clearBrowserState());
},
Expand Down
2 changes: 1 addition & 1 deletion tests/functional/mob_ios_v1.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ define([
const testIsBrowserNotified = FunctionalHelpers.testIsBrowserNotified;

registerSuite({
name: 'mob_ios_v1 signup, signin',
name: 'mob_ios_v1',

beforeEach: function () {
email = TestHelpers.createEmail('sync{id}');
Expand Down

0 comments on commit 7d75dec

Please sign in to comment.