[gnome-boxes] tests: Hit 'Esc' to exit properties view
- From: Zeeshan Ali Khattak <zeeshanak src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-boxes] tests: Hit 'Esc' to exit properties view
- Date: Mon, 2 Feb 2015 13:50:31 +0000 (UTC)
commit 2df2148af413d970785f4d2170631c14b52632dd
Author: Zeeshan Ali (Khattak) <zeeshanak gnome org>
Date: Sun Feb 1 12:14:42 2015 +0000
tests: Hit 'Esc' to exit properties view
There is no 'Back' button in properties view anymore since its now a
separate window. Simply hit 'Esc' key to exit this view.
tests/general.feature | 4 ++--
tests/steps/snapshot.py | 6 +++---
2 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/tests/general.feature b/tests/general.feature
index b56c60b..dee2f09 100644
--- a/tests/general.feature
+++ b/tests/general.feature
@@ -59,7 +59,7 @@ Feature: General
* Select "Core-5" box
* Press "Properties"
* Rename "Core-5" to "Kernel-6" via "button"
- * Press "Back"
+ * Hit "Esc"
* Quit Boxes
* Start Boxes
Then Box "Kernel-6" "does" exist
@@ -70,7 +70,7 @@ Feature: General
* Select "Core-5" box
* Press "Properties"
* Rename "Core-5" to "Kernel-6" via "label"
- * Press "Back"
+ * Hit "Esc"
* Quit Boxes
* Start Boxes
Then Box "Kernel-6" "does" exist
diff --git a/tests/steps/snapshot.py b/tests/steps/snapshot.py
index 0a6cc9b..4397cea 100644
--- a/tests/steps/snapshot.py
+++ b/tests/steps/snapshot.py
@@ -46,7 +46,7 @@ def create_snapshot(context, snap_name, vm_name):
* Press "Properties"
* Press "Snapshots"
* Add Snapshot named "%s"
- * Press "Back"
+ * Hit "Esc"
""" %(vm_name, snap_name))
@step('Delete machines "{vm_name}" snapshot "{snap_name}"')
@@ -67,7 +67,7 @@ def delete_snapshot(context, vm_name, snap_name):
pressKey('Enter')
sleep(2)
- get_showing_node_name('Back', context.app).click()
+ pressKey('Esc')
sleep(0.5)
@step('Revert machine "{vm_name}" to state "{snap_name}"')
@@ -83,5 +83,5 @@ def revert_snapshot(context, vm_name, snap_name):
revert = context.app.findChildren(lambda x: x.name == "Revert to this state" and x.showing)[0]
revert.click()
- get_showing_node_name('Back', context.app).click()
+ pressKey('Esc')
sleep(0.5)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]