Index: trunk/extensions/MobileFrontend/tests/js/fixtures.js |
— | — | @@ -1,6 +1,8 @@ |
2 | 2 | window.MobileFrontendTests = { |
3 | 3 | cleanFixtures: function() { |
4 | | - $("#zero-rated-banner").remove(); // remove remnants from another test somewhere in test suite |
| 4 | + // note the ZeroRatedMobileAccess extension attaches a banner to the qunit test suite |
| 5 | + // this makes sure it is removed |
| 6 | + $("#zero-rated-banner").remove(); |
5 | 7 | $("#qunit-fixture-x").remove(); |
6 | 8 | }, |
7 | 9 | createFixtures: function() { |