Skip to content

Commit

Permalink
MDL-75553 mod_data: Fix wording of data fields in Behat tests
Browse files Browse the repository at this point in the history
  • Loading branch information
junpataleta committed Sep 7, 2022
1 parent aa392ce commit 230f7a2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions mod/data/tests/behat/required_entries.feature
Expand Up @@ -46,7 +46,7 @@ Feature: Users can be required to specify certain fields when adding entries to
| Field name | Required Coordinates |
| Field description | Required Coordinates |
| Required | yes |
And I add a "Menu" field to "Test database name" database and I fill the form with:
And I add a "Dropdown list" field to "Test database name" database and I fill the form with:
| Field name | Required Menu |
| Field description | Required Menu |
| Required | yes |
Expand All @@ -72,13 +72,13 @@ Feature: Users can be required to specify certain fields when adding entries to
| Field name | Required URL |
| Field description | Required URL |
| Required | yes |
And I add a "Multimenu" field to "Test database name" database and I fill the form with:
And I add a "Multi-select list" field to "Test database name" database and I fill the form with:
| Field name | Required Multimenu |
| Field description | Required Multimenu |
| Required | yes |
| Options | Option 1 |
And I follow "Fields"
And I select "Multimenu" from the "newtype" singleselect
And I select "Multi-select list" from the "newtype" singleselect
And I set the following fields to these values:
| Field name | Required Two-Option Multimenu |
| Field description | Required Two-Option Multimenu |
Expand All @@ -96,7 +96,7 @@ Feature: Users can be required to specify certain fields when adding entries to
And I add a "Coordinates" field to "Test database name" database and I fill the form with:
| Field name | Not required Coordinates |
| Field description | Not required Coordinates |
And I add a "Menu" field to "Test database name" database and I fill the form with:
And I add a "Dropdown list" field to "Test database name" database and I fill the form with:
| Field name | Not required Menu |
| Field description | Not required Menu |
| Options | Option 1 |
Expand All @@ -116,7 +116,7 @@ Feature: Users can be required to specify certain fields when adding entries to
And I add a "URL" field to "Test database name" database and I fill the form with:
| Field name | Not required URL |
| Field description | Not required URL |
And I add a "Multimenu" field to "Test database name" database and I fill the form with:
And I add a "Multi-select list" field to "Test database name" database and I fill the form with:
| Field name | Not required Multimenu |
| Field description | Not required Multimenu |
| Options | Option 1 |
Expand Down

0 comments on commit 230f7a2

Please sign in to comment.