summaryrefslogtreecommitdiff
path: root/evolution/findandreplace.py
diff options
context:
space:
mode:
Diffstat (limited to 'evolution/findandreplace.py')
-rw-r--r--evolution/findandreplace.py7
1 files changed, 4 insertions, 3 deletions
diff --git a/evolution/findandreplace.py b/evolution/findandreplace.py
index 4721234..8800059 100644
--- a/evolution/findandreplace.py
+++ b/evolution/findandreplace.py
@@ -1,6 +1,6 @@
#!/usr/bin/env python
#
-# Linux Desktop Testing Project http://www.gnomebangalore.org/ldtp
+# Linux Desktop Testing Project http://ldtp.freedesktop.org
#
# Author:
# Prashanth Mohan <prashmohan@gmail.com>
@@ -24,7 +24,7 @@
#
from mailtests import *
-
+import time
try:
data_object = LdtpDataFileParser (datafilename)
@@ -39,7 +39,8 @@ try:
#selectMailPane()
window_id='frmEvolution-*'
selectmenuitem (window_id,'mnuFile;mnuNew;mnuMailMessage')
- waittillguiexist ('frmComposeMessage')
+ waittillguiexist ('*Compose*')
+ time.sleep (2)
settextvalue ('frmComposeMessage','txt6',text[0])
except:
log ('Unable to set text','cause')