New filter - Block change-detection if text matches - for example, block change-detection while the text "out of stock" is on the page, know when the text is no longer on the page (#698)

This commit is contained in:
dgtlmoon
2022-06-15 22:56:43 +02:00
parent bb732d3d2e
commit 7da32f9ac3
9 changed files with 198 additions and 20 deletions

View File

@@ -9,8 +9,6 @@
# exit when any command fails
set -e
export MINIMUM_SECONDS_RECHECK_TIME=0
find tests/test_*py -type f|while read test_name
do
echo "TEST RUNNING $test_name"