Interface is wired up for Approving/Rejecting posts

This commit is contained in:
Robin Ward
2015-04-14 14:21:02 -04:00
parent 96d2c5069b
commit 0c233e4e25
20 changed files with 273 additions and 90 deletions

View File

@@ -2,7 +2,7 @@ import { acceptance } from "helpers/qunit-helpers";
acceptance("View Topic");
test("Enter a Topic", () => {
visit("/t/internationalization-localization/280");
visit("/t/internationalization-localization/280/1");
andThen(() => {
ok(exists("#topic"), "The topic was rendered");
ok(exists("#topic .post-cloak"), "The topic has cloaked posts");