diff --git a/services/web/test/smoke/coffee/SmokeTests.coffee b/services/web/test/smoke/coffee/SmokeTests.coffee index 2408b3144f..94ab923f79 100644 --- a/services/web/test/smoke/coffee/SmokeTests.coffee +++ b/services/web/test/smoke/coffee/SmokeTests.coffee @@ -58,6 +58,7 @@ describe "Opening", -> expect(match, "smoke test: project page html does not have project_id").to.equal true done() + it "the project list", (done) -> request { url: buildUrl("project") @@ -66,7 +67,7 @@ describe "Opening", -> }, (error, response, body) -> expect(error, "smoke test: error returned in getting project list").to.not.exist expect(response.statusCode, "smoke test: response code is not 200 getting project list").to.equal(200) - expect(!!body.match("