[gnome-boxes/gnome-3-14] tests: Minor English fixes



commit 6055d9758711bc23a5aceb5d2f09bf6ac9400d83
Author: Zeeshan Ali (Khattak) <zeeshanak gnome org>
Date:   Sat Jan 24 19:37:56 2015 +0000

    tests: Minor English fixes

 tests/steps/creation.py |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/tests/steps/creation.py b/tests/steps/creation.py
index a6e59ab..0ce25d3 100644
--- a/tests/steps/creation.py
+++ b/tests/steps/creation.py
@@ -9,7 +9,7 @@ from utils import get_showing_node_name
 @step('Create new box "{name}"')
 def create_machine(context, name):
     """
-    Create new box, wait till it finish and save IP
+    Create new box, wait till it finishes and save its IP
     """
     context.execute_steps(u"""
         * Create new box from menu "%s"
@@ -69,7 +69,7 @@ def import_image(context, name, location):
 @step('Initiate new box "{name}" installation')
 def create_machine_no_wait(context, name):
     """
-    Initiate new box installation, no IP saved, no wait for box readines
+    Initiate new box installation but don't save its IP nor wait for it to be ready
     """
     context.execute_steps(u"""
         * Create new box from menu "%s"


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