From 1698a752827858125e3e4626168cdaa29f13d6d3 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Sat, 16 Feb 2019 13:25:16 +0000 Subject: monkey test: Rename file with an '=' character. --- test/monkey-tests/start-stop-no-js.yaml | 8 ++++++++ test/monkey-tests/start-stop=no-js.yaml | 8 -------- 2 files changed, 8 insertions(+), 8 deletions(-) create mode 100644 test/monkey-tests/start-stop-no-js.yaml delete mode 100644 test/monkey-tests/start-stop=no-js.yaml (limited to 'test/monkey-tests') diff --git a/test/monkey-tests/start-stop-no-js.yaml b/test/monkey-tests/start-stop-no-js.yaml new file mode 100644 index 000000000..0a681cffc --- /dev/null +++ b/test/monkey-tests/start-stop-no-js.yaml @@ -0,0 +1,8 @@ +title: start and stop browser without JS +group: basic +steps: +- action: launch + args: + - enable_javascript=0 +- action: quit + diff --git a/test/monkey-tests/start-stop=no-js.yaml b/test/monkey-tests/start-stop=no-js.yaml deleted file mode 100644 index 0a681cffc..000000000 --- a/test/monkey-tests/start-stop=no-js.yaml +++ /dev/null @@ -1,8 +0,0 @@ -title: start and stop browser without JS -group: basic -steps: -- action: launch - args: - - enable_javascript=0 -- action: quit - -- cgit v1.2.3