diff options
author | Aleksander Machniak <alec@alec.pl> | 2013-01-31 18:24:16 +0100 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2013-01-31 18:24:16 +0100 |
commit | ee01be5b5b854320de83e09c66070acd71283a70 (patch) | |
tree | f465859de0d58b30555873b43d465e9082f77d59 /tests/Selenium/index.html | |
parent | 41db2bf47db6df8b6065986b7488f3fc538ebc14 (diff) |
Add dummy index.html file for Selenum tests
Diffstat (limited to 'tests/Selenium/index.html')
-rw-r--r-- | tests/Selenium/index.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/Selenium/index.html b/tests/Selenium/index.html new file mode 100644 index 000000000..7aa65f829 --- /dev/null +++ b/tests/Selenium/index.html @@ -0,0 +1,8 @@ +<html> +<head> + <title>Roundcube Webmail Tests</title> +</head> +<body> +Testing... +</body> +</html> |