2013-06-20 15:02:02 -04:00
|
|
|
integration("View Topic");
|
|
|
|
|
2013-07-04 16:19:59 -04:00
|
|
|
test("Enter a Topic", function() {
|
2013-10-28 14:15:40 -04:00
|
|
|
expect(2);
|
2013-06-20 15:02:02 -04:00
|
|
|
|
|
|
|
visit("/t/internationalization-localization/280").then(function() {
|
|
|
|
ok(exists("#topic"), "The was rendered");
|
2013-11-20 16:33:36 -05:00
|
|
|
ok(exists("#topic .post-cloak"), "The topic has cloaked posts");
|
2013-06-20 15:02:02 -04:00
|
|
|
});
|
|
|
|
});
|