Skip to content

Commit

Permalink
fix(): remove unused tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mkucharz committed Dec 18, 2017
1 parent 207cdc3 commit 7796614
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions packages/cli/tests/e2e/cli.test-e2e.js
Original file line number Diff line number Diff line change
Expand Up @@ -377,24 +377,4 @@ describe('[E2E] CLI User', function () {
.unlink(syncanoYmlPath)
.end(done)
})

it('can logout from cli', function (done) {
nixt()
.cwd(testsLocation)
.run(`${cliLocation} logout`)
.stdout(/You have been logged out/)
.unlink(syncanoYmlPath)
.end(done)
})

it('can log in', function (done) {
nixt()
.cwd(testsLocation)
.run(`${cliLocation} login`)
.on(/Your e-mail/)
.respond(`${tempEmail}\n`)
.on(/Password/)
.respond(`${tempPass}\n`)
.end(done)
})
})

0 comments on commit 7796614

Please sign in to comment.