Changeset 2348:9ff9e6b9c34f for tests/functional
- Timestamp:
- 10/13/13 15:07:58 (12 years ago)
- Branch:
- default
- Children:
- 2349:0f6922a92ce2, 2363:d78c959adc58
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/functional/spec/page_tabs.js
r2162 r2348 153 153 expect($('#part-user-favorites')).not.toBeVisible(); 154 154 }); 155 156 /* ticket 1723 */ 157 it("Must open first tab when hash does not refer to an existing div content", function() { 158 loadFixtures('tabs.html'); 159 loadStyleFixtures('default.css'); 160 161 spyOn(jQuery.pageTabs, 'getLocationHash').andReturn('dummy'); 162 $.pageTabs(); 163 expect($('#part-user-options')).toBeVisible(); 164 expect($('#part-user-profile')).not.toBeVisible(); 165 expect($('#part-user-favorites')).not.toBeVisible(); 166 }); 155 167 }); 156 168
Note: See TracChangeset
for help on using the changeset viewer.