Merge pull request #3384 from NoelDeMartin/MOBILE-4081

MOBILE-4081 behat: Fix database tests
main
Dani Palou 2022-09-14 11:45:23 +02:00 committed by GitHub
commit 2f02aaf149
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -24,10 +24,10 @@ Feature: Users can manage entries in database activities
And I log in as "teacher1"
And I am on "Course 1" course homepage
# TODO Create and use a generator for database fields.
And I add a "Text input" field to "Web links" database and I fill the form with:
And I add a "Short text" field to "Web links" database and I fill the form with:
| Field name | URL |
| Field description | URL link |
And I add a "Text input" field to "Web links" database and I fill the form with:
And I add a "Short text" field to "Web links" database and I fill the form with:
| Field name | Description |
| Field description | Link description |
And I log out

View File

@ -23,10 +23,10 @@ Feature: Users can store entries in database activities when offline and sync wh
| data | Web links | Useful links | C1 | data1 |
And I log in as "teacher1"
And I am on "Course 1" course homepage
And I add a "Text input" field to "Web links" database and I fill the form with:
And I add a "Short text" field to "Web links" database and I fill the form with:
| Field name | URL |
| Field description | URL link |
And I add a "Text input" field to "Web links" database and I fill the form with:
And I add a "Short text" field to "Web links" database and I fill the form with:
| Field name | Description |
| Field description | Link description |
And I log out