[gnome-photos] tests: Update the test case



commit 75d7fb62b750abc85e6c6d34701483889a4458e5
Author: Debarshi Ray <debarshir gnome org>
Date:   Tue Oct 27 12:01:49 2015 +0100

    tests: Update the test case
    
    https://bugzilla.gnome.org/show_bug.cgi?id=729072

 tests/basic.py |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/tests/basic.py b/tests/basic.py
index a767685..ea10ece 100755
--- a/tests/basic.py
+++ b/tests/basic.py
@@ -16,8 +16,8 @@ try:
 
     albums_button = app.child('Albums')
     albums_button.click()
-    recent_button = app.child('Recent')
-    recent_button.click()
+    photos_button = app.child('Photos')
+    photos_button.click()
     favorites_button = app.child('Favorites')
     favorites_button.click()
 finally:


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