| OLD | NEW |
| (Empty) |
| 1 title = ABP Test Pages | |
| 2 template = testsuite | |
| 3 testsuiteid = TS-08 | |
| 4 testsuitename = Is exception filter removed/disabled | |
| 5 testsuitepassif = The exception filter is removed/disabled in ABP and test case
above indicates that it was NOT applied. | |
| 6 testsuitefailif = The exception filter is removed/disabled in ABP but the test c
ase above indicates that it was applied. | |
| 7 testsuitepurpose = Tests if ABP is correctly no longer applying a manually added
(then removed) exception filter to the page. | |
| 8 testsuitetestmethod = Checking if ABP does not hide an element that is matches a
manually added (then removed) filter. | |
| 9 | |
| 10 <h3>Test case</h3> | |
| 11 <div class="abp-testsuite-testcase"> | |
| 12 <div class="abp-testsuite-testcase-inner"> | |
| 13 <div class="abp-testsuite-pass"> | |
| 14 Exception filter was NOT applied | |
| 15 </div> | |
| 16 <div class="abp-testsuite-fail abp-test-hiding-filter"> | |
| 17 Hiding filter was NOT applied. | |
| 18 </div> | |
| 19 <div class="abp-testsuite-fail abp-test-hiding-filter"> | |
| 20 Exception filter was applied. | |
| 21 </div> | |
| 22 </div> | |
| 23 </div> | |
| OLD | NEW |