diff options
Diffstat (limited to 'tests/src/test/resources/i18n/default-locale-is-english.html')
-rw-r--r-- | tests/src/test/resources/i18n/default-locale-is-english.html | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/tests/src/test/resources/i18n/default-locale-is-english.html b/tests/src/test/resources/i18n/default-locale-is-english.html new file mode 100644 index 00000000000..978ceaa382e --- /dev/null +++ b/tests/src/test/resources/i18n/default-locale-is-english.html @@ -0,0 +1,34 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> +<head profile="http://selenium-ide.openqa.org/profiles/test-case"> + <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> + <title>default_locale_is_english</title> +</head> +<body> +<table cellpadding="1" cellspacing="1" border="1"> + <thead> + <tr> + <td rowspan="1" colspan="3">default_locale_is_english</td> + </tr> + </thead> + <tbody> + <tr> + <td>open</td> + <td>/dashboard/index?id=sample&name=Dashboard&locale=foo</td> + <td></td> + </tr> + <tr> + <td>waitForText</td> + <td>css=#content</td> + <td>regexp:.*Jan.*|.*Feb.*|.*Mar.*|.*Apr.*|.*May.*|.*Jun.*|.*Jul.*|.*Aug.*|.*Sep.*|.*Oct.*|.*Nov.*|.*Dec.*</td> + </tr> + <tr> + <td>waitForText</td> + <td>css=#content</td> + <td>*0.0%*</td> + </tr> + </tbody> +</table> +</body> +</html> |