| OLD | NEW |
| (Empty) |
| 1 title = ABP Test Pages | |
| 2 template = testsuite | |
| 3 testsuiteid = TS-06 | |
| 4 testsuitename = Is hiding filter removed/disabled | |
| 5 testsuitepassif = The hiding filter is removed/disabled in ABP and test case abo
ve indicates that it was NOT applied. | |
| 6 testsuitefailif = The hiding filter is removed/disabled in ABP but the test case
above indicates that it was applied. | |
| 7 testsuitepurpose = Tests if ABP is correctly no longer applying a manually added
(then removed) hiding filter to the page. | |
| 8 testsuitetestmethod = Checking if ABP hides an element that is matches a manuall
y 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-fail"> | |
| 14 Custom hiding filter was applied | |
| 15 </div> | |
| 16 <div class="abp-testsuite-pass abp-test-hiding-filter"> | |
| 17 Custom hiding filter was NOT applied. | |
| 18 </div> | |
| 19 </div> | |
| 20 </div> | |
| OLD | NEW |