Skip to content

Commit

Permalink
fix(cli:e2e): turn on forgoten tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mkucharz committed Jan 28, 2018
1 parent 15429c2 commit edbb9e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/cli/tests/e2e/registry.test-e2e.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ describe('[E2E] CLI Registry', function () {
.end(done)
})

it.only('can create new socket', function (done) {
it('can create new socket', function (done) {
testNixt()
.run(`${cliLocation} create ${createdSocketName}`)
.on(/Choose template for your Socket/)
Expand All @@ -42,7 +42,7 @@ describe('[E2E] CLI Registry', function () {
.end(done)
})

it.only('can submit created socket to the registry', function (done) {
it('can submit created socket to the registry', function (done) {
testNixt()
.run(`${cliLocation} submit ${createdSocketName}`)
.stdout(/to make it available for everyone/)
Expand Down

0 comments on commit edbb9e9

Please sign in to comment.