Index: trunk/eCard/eCardMVC/adMoto.Payments.Test/UI/UIHelper.cs
===================================================================
--- trunk/eCard/eCardMVC/adMoto.Payments.Test/UI/UIHelper.cs (revision 984)
+++ trunk/eCard/eCardMVC/adMoto.Payments.Test/UI/UIHelper.cs (revision 985)
@@ -8,4 +8,5 @@
 using adMoto.Payments.Core;
 using adMoto.Payments.Core.Interfaces;
+using WatiN.Core;
 
 namespace adMoto.Payments.Test.UI
@@ -19,5 +20,7 @@
         private UIData uiData;
         private string nip = "test";    //testowy klient o id 76131 
-        private string numer_faktury = "1/SLJ/1";
+        private string numer_faktury = "1/SLJ/1";        
+        public static string LoginSite = "http://localhost:3646/pl/Account/LogOn";
+        public static string ConfirmForm = "http://localhost:3646/pl/Platnosc/Form"; 
 
         public UIData CreateAndAddTestRecordToRepository(int amount)
@@ -87,5 +90,11 @@
                 _repPayment.Delete(payment);
         }
-       
+        
+        public void CloseWebBrowser(IE ie)
+        {
+            ie.ForceClose();
+            ie.Close();
+            ie.Dispose();
+        }       
     }
 }
