From 091e5b333d1ade2266418482cd62036f321cb736 Mon Sep 17 00:00:00 2001 From: Heng Sin Low Date: Sun, 26 May 2013 10:06:34 +0800 Subject: [PATCH] IDEMPIERE-92 Implement Selenium testing framework. Added comments and missing wait response command. --- fitnesse/FitNesseRoot/ZkSuite/ZkGardenAdminLogin/content.txt | 3 +++ fitnesse/FitNesseRoot/ZkSuite/ZkSystemAdminLogin/content.txt | 3 +++ 2 files changed, 6 insertions(+) diff --git a/fitnesse/FitNesseRoot/ZkSuite/ZkGardenAdminLogin/content.txt b/fitnesse/FitNesseRoot/ZkSuite/ZkGardenAdminLogin/content.txt index 5e813cb039..c546b2b34c 100644 --- a/fitnesse/FitNesseRoot/ZkSuite/ZkGardenAdminLogin/content.txt +++ b/fitnesse/FitNesseRoot/ZkSuite/ZkGardenAdminLogin/content.txt @@ -1,10 +1,13 @@ !contents !|fitlibrary.zk.ZkFixture| +'''start firefox,chrome or phantomjs''' |''start spider with''|firefox| |''shutdown browser automatically''|false| |''get url''|http://localhost:8080/webui/index.zul| +|''wait response''| + '''Login''' |''with''|$loginPanel $txtUserId|''set text''|!-GardenAdmin-!| |''with''|$loginPanel $txtPassword|''set text''|!-GardenAdmin-!| diff --git a/fitnesse/FitNesseRoot/ZkSuite/ZkSystemAdminLogin/content.txt b/fitnesse/FitNesseRoot/ZkSuite/ZkSystemAdminLogin/content.txt index a4b9f0ac33..df13eeb65e 100644 --- a/fitnesse/FitNesseRoot/ZkSuite/ZkSystemAdminLogin/content.txt +++ b/fitnesse/FitNesseRoot/ZkSuite/ZkSystemAdminLogin/content.txt @@ -1,9 +1,12 @@ !|fitlibrary.zk.ZkFixture| +'''start firefox,chrome or phantomjs''' |''start spider with''|firefox| |''shutdown browser automatically''|false| |''get url''|http://localhost:8080/webui/index.zul| +|''wait response''| + '''Login''' |''with''|$loginPanel $txtUserId|''set text''|!-SuperUser-!| |''with''|$loginPanel $txtPassword|''set text''|!-System-!|