summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Drake <michael.drake@codethink.co.uk>2019-02-16 15:39:19 +0000
committerMichael Drake <michael.drake@codethink.co.uk>2019-02-16 15:39:19 +0000
commitccb260a288b3c737358f7ceaee8123568225cf90 (patch)
tree19a4f545935a8e4e51e0ea4a9f0a0a74c565217e
parentfe2df00c047f542a5aa048165310b1ef9bf3323b (diff)
downloadnetsurf-test-ccb260a288b3c737358f7ceaee8123568225cf90.tar.gz
netsurf-test-ccb260a288b3c737358f7ceaee8123568225cf90.tar.bz2
tests: Check for expected bitmap count in plot checks.
-rw-r--r--monkey-test/load-trivial-document-https.yaml1
-rw-r--r--monkey-test/load-trivial-document.yaml1
2 files changed, 2 insertions, 0 deletions
diff --git a/monkey-test/load-trivial-document-https.yaml b/monkey-test/load-trivial-document-https.yaml
index f862cab..f80dd80 100644
--- a/monkey-test/load-trivial-document-https.yaml
+++ b/monkey-test/load-trivial-document-https.yaml
@@ -15,6 +15,7 @@ steps:
- action: plot-check
window: win1
checks:
+ - bitmap-count: 0
- text-contains: Trivial document
- text-contains: Hello!
- action: navigate
diff --git a/monkey-test/load-trivial-document.yaml b/monkey-test/load-trivial-document.yaml
index 42ef322..ab6803e 100644
--- a/monkey-test/load-trivial-document.yaml
+++ b/monkey-test/load-trivial-document.yaml
@@ -15,6 +15,7 @@ steps:
- action: plot-check
window: win1
checks:
+ - bitmap-count: 0
- text-contains: Trivial document
- text-contains: Hello!
- action: navigate