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

Commit

Permalink
convert tests to pending state
Browse files Browse the repository at this point in the history
  • Loading branch information
RusAlex committed Sep 25, 2016
1 parent 69d7d52 commit d06eb99
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions test/integration/pages/auth.js
Expand Up @@ -118,9 +118,7 @@ describe('Auth page', () => {
await user.destroy();
});

it('should check on email currently taken', (done) => {
done();
return;
xit('should check on email currently taken', (done) => {
const testComponent = (
<WrappedRegister
onRegisterUser={() => {}}
Expand All @@ -139,9 +137,7 @@ describe('Auth page', () => {
}, 100);
});

it('Should call "registerUser" trigger with no validation error', (done) => {
done();
return;
xit('Should call "registerUser" trigger with no validation error', (done) => {
const username = 'test2';
const testComponent = (
<WrappedRegister
Expand Down

0 comments on commit d06eb99

Please sign in to comment.