diff --git a/services/web/test/smoke/coffee/SmokeTests.coffee b/services/web/test/smoke/coffee/SmokeTests.coffee index 04116e1da3..683892a496 100644 --- a/services/web/test/smoke/coffee/SmokeTests.coffee +++ b/services/web/test/smoke/coffee/SmokeTests.coffee @@ -37,9 +37,11 @@ describe "Opening", -> headers: "X-Forwarded-Proto": "https" }, (error, response, body) -> + expect(error, "smoke test: error in getting project").to.not.exist + expect(response.statusCode, "smoke test: response code is not 200 getting project").to.equal(200) # Check that the project id is present in the javascript that loads up the project match = !!body.match("\"project_id\":\"#{Settings.smokeTest.projectId}\"") - expect(match).to.equal true + expect(match, "smoke test: project page html does not have project_id").to.equal true done() it "the project list", (done) -> @@ -49,7 +51,9 @@ describe "Opening", -> headers: "X-Forwarded-Proto": "https" }, (error, response, body) -> - expect(!!body.match("