[gnome-boxes] tests: Remove Continue click after New



commit 77cb3f0037dad2444560d8231e6ffb4f072e19f5
Author: Vladimir Benes <benesv email cz>
Date:   Tue Jul 28 17:12:31 2015 +0200

    tests: Remove Continue click after New
    
    Click on Continue button at introduction page is not needed anymore
    since the introdoction page was removed recently.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=751229

 tests/steps/creation.py |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/tests/steps/creation.py b/tests/steps/creation.py
index 4c38608..8ab9f9b 100644
--- a/tests/steps/creation.py
+++ b/tests/steps/creation.py
@@ -74,7 +74,6 @@ def create_new_vm_via_url(context, url):
 @step('Create new box from menu "{sys_name}"')
 def create_new_vm_from_menu(context, sys_name):
     context.app.child('New').click()
-    context.app.child('Continue').click()
     get_showing_node_name(sys_name, context.app).click()
 
 @step('Import machine "{name}" from image "{location}"')


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