[gnome-boxes/wip/automated-tests: 15/21] tests: Align some comments correctly
- From: Zeeshan Ali Khattak <zeeshanak src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-boxes/wip/automated-tests: 15/21] tests: Align some comments correctly
- Date: Sat, 31 Jan 2015 16:21:37 +0000 (UTC)
commit 90ad67e941f68d35690d7b27f29b59023ab1a7a6
Author: Zeeshan Ali (Khattak) <zeeshanak gnome org>
Date: Fri Jan 16 10:48:07 2015 -0500
tests: Align some comments correctly
https://bugzilla.gnome.org/show_bug.cgi?id=736288
tests/environment.py | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/tests/environment.py b/tests/environment.py
index 87e6822..0cfcefa 100644
--- a/tests/environment.py
+++ b/tests/environment.py
@@ -123,7 +123,7 @@ def after_scenario(context, scenario):
try:
- # Delete all boxes from GUI
+ # Delete all boxes from GUI
if context.app_class.isRunning():
new = context.app.findChildren(lambda x: x.name == 'New')[0]
@@ -137,7 +137,7 @@ def after_scenario(context, scenario):
# Is new finally visible?
new = context.app.findChildren(lambda x: x.name == 'New')[0]
if not new.showing:
- # Have to press vm unnamed back button
+ # Have to press vm unnamed back button
panel = context.app.child('Boxes').children[0].findChildren(lambda x: x.roleName == 'panel' \
and
x.showing)[0]
buttons = panel.findChildren(lambda x: x.roleName == 'push button' and x.showing)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]