summaryrefslogtreecommitdiff
path: root/test/monkey-tests
diff options
context:
space:
mode:
Diffstat (limited to 'test/monkey-tests')
-rw-r--r--test/monkey-tests/inserted-script.yaml21
1 files changed, 21 insertions, 0 deletions
diff --git a/test/monkey-tests/inserted-script.yaml b/test/monkey-tests/inserted-script.yaml
new file mode 100644
index 000000000..b2f8fbf64
--- /dev/null
+++ b/test/monkey-tests/inserted-script.yaml
@@ -0,0 +1,21 @@
+title: run inserted-script test in JS enabled browser
+group: basic
+steps:
+- action: launch
+ args:
+ - "--enable_javascript=1"
+- action: window-new
+ tag: win1
+- action: clear-log
+ window: win1
+- action: navigate
+ window: win1
+ url: file:///home/dsilvers/dev-netsurf/workspace/netsurf/test/js/inserted-script.html
+- action: block
+ conditions:
+ - window: win1
+ status: complete
+- action: wait-log
+ window: win1
+ substring: deferred
+- action: quit