[gnome-software] Try to fix installed tests in continuous



commit 17c60f3eb4777a9157670fdf555e8ea427259e59
Author: Matthias Clasen <mclasen redhat com>
Date:   Sun Jan 31 22:42:23 2016 -0500

    Try to fix installed tests in continuous
    
    Geary is not installed in continuous, so looking for it in
    the list does not work.

 tests/basic.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/tests/basic.py b/tests/basic.py
index 199393b..d1d612e 100755
--- a/tests/basic.py
+++ b/tests/basic.py
@@ -101,7 +101,7 @@ try:
     assert (search_page.showing)
 
     """Details page test section"""
-    search_page_listbox.child(roleName='label', name='Geary').click()
+    search_page_listbox.child(roleName='label', name='Files').click()
     doDelay(4)
     assert (not overview_page.showing)
     assert (not installed_page.showing)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]