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

Unified Diff: pages/testsuite/05.md

Issue 29755578: Issue 2148 - Rewrite the testpages test suite (Closed)
Patch Set: Created April 18, 2018, 11:54 a.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
Index: pages/testsuite/05.md
===================================================================
deleted file mode 100644
--- a/pages/testsuite/05.md
+++ /dev/null
@@ -1,20 +0,0 @@
-title = ABP Test Pages
-template = testsuite
-testsuiteid = TS-05
-testsuitename = Is hiding filter added/enabled
-testsuitepassif = The hiding filter is added/enabled in ABP and test case above indicates that it was applied.
-testsuitefailif = The hiding filter is added/enabled in ABP but the test case above indicates that it was NOT applied.
-testsuitepurpose = Tests if ABP is correctly applying a manually added hiding filter to the page.
-testsuitetestmethod = Checking if ABP hides an element that is matches a manually added filter.
-
-<h3>Test case</h3>
-<div class="abp-testsuite-testcase">
-<div class="abp-testsuite-testcase-inner">
- <div class="abp-testsuite-pass">
- Custom hiding filter was applied
- </div>
- <div class="abp-testsuite-fail abp-test-hiding-filter">
- Custom hiding filter was NOT applied
- </div>
-</div>
-</div>

Powered by Google App Engine
This is Rietveld