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

Side by Side Diff: pages/testsuite/07.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-07
4 testsuitename = Is exception filter added/enabled
5 testsuitepassif = The exception filter is added/enabled in ABP and test case abo ve indicates that it was applied.
6 testsuitefailif = The exception filter is added/enabled in ABP but the test case above indicates that it was NOT applied.
7 testsuitepurpose = Tests if ABP is correctly applying a manually added exception filter to the page.
8 testsuitetestmethod = Checking if ABP does not hide an element that is matches a manually added exception 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 2nd/3rd hiding filter was applied
15 </div>
16 <div class="abp-testsuite-pass abp-test-hiding-filter">
17 Exception filter was applied
18 </div>
19 <div class="abp-testsuite-fail abp-test-hiding-filter-2">
20 First hiding filter was applied
21 </div>
22 <div class="abp-testsuite-fail abp-test-hiding-filter-top">
23 NO hiding filters or exception filters are applied
24 </div>
25 </div>
26 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld