Skip to content

Commit

Permalink
Fix behat test settings for adding views
Browse files Browse the repository at this point in the history
  • Loading branch information
dasistwas committed Dec 16, 2024
1 parent a4af966 commit ce24e84
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions tests/behat/customfilter_multiselect.feature
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ Feature: Create entry, add multiselect and use customfilter
| multiselect | Select (multiple) | | Opt1,Opt2,Opt3,Opt4,Opt5 | | |

And I add to "Datalynx Test Instance" datalynx the view of "Grid" type with:
| name | description |
| Gridview | Testgrid |
| name | Gridview |
| description | Testgrid |
And I follow "Set as default view"
And I follow "Set as edit view"

Expand Down
4 changes: 2 additions & 2 deletions tests/behat/update_entrieswithfiles.feature
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ Feature: In a datalynx instance create, update, and delete entries
| number | Number | 3 | 2 | | |
| file | File | My file | | 2 | |
And I add to "Datalynx Test Instance" datalynx the view of "Tabular" type with:
| name | description |
| Tabular | Tabular view |
| name | Tabular |
| description | Tabular view |
And I follow "Set as default view"
And I follow "Set as edit view"
And I am on "Course 1" course homepage
Expand Down

0 comments on commit ce24e84

Please sign in to comment.