1_navigateTo("http://dev.sencha.com/deploy/ext-4.0.0/examples/feed-viewer/feed-viewer.html");
2//_navigateTo("http://www.extjs.com/deploy/dev/examples/feed-viewer/view.html");
3
4_click(_div("Sencha Forums"));
5var $author;
6_set($author, _getText(_span("author[1]")));
7_click(_div("topic[1]"));
8_assertEqual("by " + $author, _getText(_heading4("post-author")));
9
10var $topic2;
11_set($topic2, _getText(_bold(2)));
12_doubleClick(_bold($topic2));
13
14_assertExists(_heading3("post-title[1]"));
15_assert(_isVisible(_heading3("post-title[1]")));
16_assertEqual($topic2, _getText(_heading3("post-title[1]")));
17
18/*
19_assertExists(_span("x-tab-strip-text [1]"));
20_assert(_isVisible(_span("x-tab-strip-text [1]")));
21_assertEqual($topic2, _getText(_span("x-tab-strip-text [1]")));
22*/
23
24_click(_link("Close Tab"));
25