]> wagnertech.de Git - kivitendo-erp.git/blobdiff - t/old/selenium/testscripts/system/begin/S004ShowLanguages.t
Automatisierte Syntaxtests, Framework für spätere Modultests.
[kivitendo-erp.git] / t / old / selenium / testscripts / system / begin / S004ShowLanguages.t
diff --git a/t/old/selenium/testscripts/system/begin/S004ShowLanguages.t b/t/old/selenium/testscripts/system/begin/S004ShowLanguages.t
new file mode 100644 (file)
index 0000000..0f55e6d
--- /dev/null
@@ -0,0 +1,18 @@
+if(!defined $sel) {
+  require "t/selenium/AllTests.t";
+  init_server("singlefileonly",$0);
+  exit(0);
+}
+diag("Show languages");
+SKIP: {
+  start_login();
+  
+  $sel->click_ok("link=Sprachen anzeigen");
+  $sel->wait_for_page_to_load($lxtest->{timeout});
+  $sel->select_frame_ok("main_window");
+  $sel->click_ok("link=elbisch");
+  $sel->wait_for_page_to_load($lxtest->{timeout});
+  $sel->click_ok("action");
+  $sel->wait_for_page_to_load($lxtest->{timeout});
+};
+1;
\ No newline at end of file