OLD | NEW |
| (Empty) |
1 title = ABP Test Pages | |
2 template = testsuite | |
3 testsuiteid = TS-03 | |
4 testsuitename = Is custom subscription installed/enabled | |
5 testsuitepassif = The custom subscription is installed/enabled in ABP and test c
ase above indicates that it is enabled. | |
6 testsuitefailif = The custom subscription is installed/enabled in ABP but the te
st case above indicates that it is NOT enabled. | |
7 testsuitepurpose = Tests if ABP is correctly applying the custom subscription to
the page. | |
8 testsuitetestmethod = Checking if ABP hides an element that is included in the c
ustom subscription. | |
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 Custom subscription is installed/enabled | |
15 </div> | |
16 <div id="abp-testsuite-tohide" class="abp-testsuite-fail"> | |
17 Custom subscription is NOT installed/enabled | |
18 </div> | |
19 </div> | |
20 </div> | |
OLD | NEW |