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-06-20 15:02:02 -04:00
|
|
|
|
|
|
|
visit("/t/internationalization-localization/280").then(function() {
|
|
|
|
expect(2);
|
|
|
|
|
|
|
|
ok(exists("#topic"), "The was rendered");
|
|
|
|
ok(exists("#topic .topic-post"), "The topic has posts");
|
|
|
|
});
|
|
|
|
|
|
|
|
});
|