[gnome-software] tests: use correct a11y application name
- From: Vadim Rutkovsky <vrutkovsky src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-software] tests: use correct a11y application name
- Date: Wed, 12 Mar 2014 13:34:47 +0000 (UTC)
commit 10ac456f3b2a1ccd4766a31ad3e33eba544c1935
Author: Vadim Rutkovsky <vrutkovs redhat com>
Date: Wed Feb 26 13:33:46 2014 +0100
tests: use correct a11y application name
https://bugzilla.gnome.org/show_bug.cgi?id=725219
tests/actions.py | 2 +-
tests/basic.py | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/tests/actions.py b/tests/actions.py
index 61bc2ee..9df2b7f 100755
--- a/tests/actions.py
+++ b/tests/actions.py
@@ -18,7 +18,7 @@ from dogtail.procedural import *
run('gnome-software')
-app = root.application('org.gnome.Software');
+app = root.application('gnome-software');
bus = Gio.bus_get_sync(Gio.BusType.SESSION, None)
proxy = Gio.DBusProxy.new_sync(bus, Gio.DBusProxyFlags.NONE,
diff --git a/tests/basic.py b/tests/basic.py
index 18194aa..86c2b89 100755
--- a/tests/basic.py
+++ b/tests/basic.py
@@ -20,7 +20,7 @@ from dogtail.procedural import *
run('gnome-software')
-app = root.application('org.gnome.Software');
+app = root.application('gnome-software');
all_button = app.child('All')
installed_button = app.child('Installed')
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]