Skip to content
Snippets Groups Projects
Commit b2ecabaf authored by James Allen's avatar James Allen
Browse files

Fix smoke test when product name changes

parent 0436f07e
Branches meta-export
No related tags found
No related merge requests found
...@@ -94,7 +94,7 @@ describe "Opening", -> ...@@ -94,7 +94,7 @@ describe "Opening", ->
expect(error, "smoke test: error returned in getting project list").to.not.exist expect(error, "smoke test: error returned in getting project list").to.not.exist
expect(!!stderr.match("200 OK"), "smoke test: response code is not 200 getting project list").to.equal true expect(!!stderr.match("200 OK"), "smoke test: response code is not 200 getting project list").to.equal true
expect(!!stdout.match("<title>Your Projects - ShareLaTeX, Online LaTeX Editor</title>"), "smoke test: body does not have correct title").to.equal true expect(!!stdout.match("<title>Your Projects - .*, Online LaTeX Editor</title>"), "smoke test: body does not have correct title").to.equal true
expect(!!stdout.match("ProjectPageController"), "smoke test: body does not have correct angular controller").to.equal true expect(!!stdout.match("ProjectPageController"), "smoke test: body does not have correct angular controller").to.equal true
done() done()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment