Logo
Explore Help
Sign In
IntenseWebs/discourse
3
0
Fork 0
You've already forked discourse
mirror of https://github.com/discourse/discourse.git synced 2025-02-25 18:55:32 -06:00
Code Issues Packages Projects Releases Wiki Activity
Files
45e75f3d48c7ba74cc2f736a8c1b8d3daa870c19
discourse/test/javascripts/integration/view_topic_test.js

11 lines
272 B
JavaScript
Raw Normal View History

Category List and Topic View Integration Test
2013-06-20 15:02:02 -04:00
integration("View Topic");
More Javascript Tests + Fixtures. Also a rake task to crawl them.
2013-07-04 16:19:59 -04:00
test("Enter a Topic", function() {
fixes wrong placement of expect in View Topic integration test
2013-10-28 19:15:40 +01:00
expect(2);
Category List and Topic View Integration Test
2013-06-20 15:02:02 -04:00
visit("/t/internationalization-localization/280").then(function() {
ok(exists("#topic"), "The was rendered");
Post Cloaking: * We now use a new custom view, {{cloaked-collection}} to display posts in a topic. * Posts are removed and inserted (cloaked/uncloaked) into the DOM dynamically based on whether they are visible in the current browser viewport. * There's been a lot of refactoring to ensure the relationship between the post views and the topic controller is sane. * Lots of fixes involving jumping to a post, including a new LockOn component to that tries to stay focused on an element even if stuff is loading before it in the DOM that would normally push it down.
2013-11-20 16:33:36 -05:00
ok(exists("#topic .post-cloak"), "The topic has cloaked posts");
Category List and Topic View Integration Test
2013-06-20 15:02:02 -04:00
});
});
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.6 Page: 55ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API