Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Side by Side Diff: pages/testsuite/01.md

Issue 29755578: Issue 2148 - Rewrite the testpages test suite (Closed)
Patch Set: Created April 18, 2018, 11:54 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 title = ABP Test Pages
2 template = testsuite
3 testsuiteid = TS-01
4 testsuitename = Is Easylist installed/enabled
5 testsuitepassif = The EasyList filter subscription is installed/enabled in ABP a nd test case above indicates that it is enabled.
6 testsuitefailif = The EasyList filter subscription is installed/enabled in ABP b ut the test case above indicates that it is NOT enabled.
7 testsuitepurpose = Tests if ABP is correctly applying the EasyList filter subscr iption to the page.
8 testsuitetestmethod = Checking if ABP hides an element that is included in the E asyList filter 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 EasyList is installed/enabled
15 </div>
16 <div id="AdPanel" class="abp-testsuite-fail">
17 EasyList is NOT installed/enabled
18 </div>
19 </div>
20 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld