mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Interface is wired up for Approving/Rejecting posts
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user