[Checkins] SVN: gocept.selenium/trunk/ Implement assertTitle() and friends.

Marius Gedminas marius at pov.lt
Fri Dec 18 08:05:22 EST 2009


Log message for revision 106753:
  Implement assertTitle() and friends.
  
  

Changed:
  U   gocept.selenium/trunk/CHANGES.txt
  U   gocept.selenium/trunk/src/gocept/selenium/selenese.py

-=-
Modified: gocept.selenium/trunk/CHANGES.txt
===================================================================
--- gocept.selenium/trunk/CHANGES.txt	2009-12-18 13:01:48 UTC (rev 106752)
+++ gocept.selenium/trunk/CHANGES.txt	2009-12-18 13:05:22 UTC (rev 106753)
@@ -5,6 +5,7 @@
 ----------------
 
 - Make Zope 2 test server reachable from the outside.
+- Implemented getTitle/assertTitle/waitForTitle/etc.
 
 
 0.1 (2009-11-08)

Modified: gocept.selenium/trunk/src/gocept/selenium/selenese.py
===================================================================
--- gocept.selenium/trunk/src/gocept/selenium/selenese.py	2009-12-18 13:01:48 UTC (rev 106752)
+++ gocept.selenium/trunk/src/gocept/selenium/selenese.py	2009-12-18 13:05:22 UTC (rev 106753)
@@ -167,6 +167,11 @@
 
     @assert_type('pattern')
     @passthrough
+    def getTitle(self):
+        pass
+
+    @assert_type('pattern')
+    @passthrough
     def getBodyText(self):
         pass
 



More information about the checkins mailing list