Skip to content
This repository has been archived by the owner on May 3, 2022. It is now read-only.

Commit

Permalink
Improved sentences syntax and removed misplaced scenario
Browse files Browse the repository at this point in the history
  • Loading branch information
Miguel committed Jun 1, 2015
1 parent e1933c1 commit 67407e3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 219 deletions.
4 changes: 2 additions & 2 deletions Features/Context/PlatformUI.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ class PlatformUI extends Context
private $platformStatus = self::NOT_WAITING;

/**
* Waits for Javascript to finnish by checking the loading tags of the page
* Waits for Javascript to finish by checking the loading tags of the page
*/
protected function waitForLoadings()
{
Expand Down Expand Up @@ -138,7 +138,7 @@ public function iSeeElements( TableNode $elements )
}

/**
* Runs a empty Javascript between step so that the next step is only executed when the previous Javascript finnished
* Runs a empty Javascript between step so that the next step is only executed when the previous Javascript finished
*
* @AfterStep
*/
Expand Down
10 changes: 5 additions & 5 deletions Features/Context/SubContext/Fields.php
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,8 @@ public function publishContent()
}

/**
* @Then I should see an :type field
* @Then I should see a :label label related with the :type field
* @Then I should see an/a :type field
* @Then I should see an/a :label label related with the :type field
*/
public function seeFieldtOfType( $type, $label = null )
{
Expand All @@ -120,7 +120,7 @@ public function seeFieldtOfType( $type, $label = null )
}

/**
* @Then I should see a field with value :value
* @Then I should see an/a field with value :value
*/
public function seeFieldtWithValue( $value )
{
Expand All @@ -146,8 +146,8 @@ public function seeRequiredFieldtOfType( $label )
}

/**
* @Given I set an empty value as the Field Value
* @And I set an empty value as the Field Value
* @Given I set an/a empty value as the Field Value
* @And I set an/a empty value as the Field Value
*
*/
public function setFieldValueToNothing()
Expand Down
212 changes: 0 additions & 212 deletions Features/FieldTypes/integer.feature

This file was deleted.

0 comments on commit 67407e3

Please sign in to comment.