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

Unified Diff: pages/exceptions/element-hiding.tmpl

Issue 29755578: Issue 2148 - Rewrite the testpages test suite (Closed)
Patch Set: Fixed README title Created June 7, 2018, 1:58 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « pages/exceptions/document.tmpl ('k') | pages/exceptions/elemhide.tmpl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pages/exceptions/element-hiding.tmpl
===================================================================
--- a/pages/exceptions/element-hiding.tmpl
+++ b/pages/exceptions/element-hiding.tmpl
@@ -1,19 +1,23 @@
-title = Element Hiding - Exception - ABP Test Pages
+title = Element Hiding - Exception
template = testcase
-testcase_title = Element Hiding - Exception
-testcase_intro = Check if element hiding exception functionality is working as expected.
{% set testcase_moreinfo = [
("Exception Rules", "https://adblockplus.org/filters#elemhide_exceptions"),
] %}
<section class="site-panel">
+ <h2>Element Hiding Exception</h2>
+ <p>Check that usage of the of element hiding exceptions work as expected.</p>
+ <p>With the filter(s) displayed below each test case added to ABP (or with the testcase subscription installed and active), the green element in the test case panel should not be hidden.</p>
+</section>
+
+<section class="site-panel">
<h2>Test case</h2>
<div class="testcase-container">
<div class="testcase-contentaside stripes-green testcase-ehe">Target</div>
<div class="testcase-content stripes-grey">Content</div>
</div>
<h3>Filters</h3>
- testpages.adblockplus.org##.testcase-ehe<br>
- testpages.adblockplus.org#@#.testcase-ehe
+ <pre>testpages.adblockplus.org##.testcase-ehe</pre>
+ <pre>testpages.adblockplus.org#@#.testcase-ehe</pre>
</section>
« no previous file with comments | « pages/exceptions/document.tmpl ('k') | pages/exceptions/elemhide.tmpl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld