MOBILE-4069 behat: Skip broken tests
parent
393b8a2d1e
commit
aa5281456c
|
@ -23,6 +23,8 @@ Feature: Test basic usage of comments in app
|
||||||
| activity | name | intro | course | idnumber | comments |
|
| activity | name | intro | course | idnumber | comments |
|
||||||
| data | Data | Data info | C1 | data1 | 1 |
|
| data | Data | Data info | C1 | data1 | 1 |
|
||||||
|
|
||||||
|
# Skip in master until MDL-75353 is fixed
|
||||||
|
@lms_upto4.0
|
||||||
Scenario: Add comments & Delete comments (database)
|
Scenario: Add comments & Delete comments (database)
|
||||||
# Create database entry and comment as a teacher
|
# Create database entry and comment as a teacher
|
||||||
Given I entered the data activity "Data" on course "Course 1" as "teacher1" in the app
|
Given I entered the data activity "Data" on course "Course 1" as "teacher1" in the app
|
||||||
|
@ -74,6 +76,8 @@ Feature: Test basic usage of comments in app
|
||||||
When I press the back button in the app
|
When I press the back button in the app
|
||||||
Then I should find "Comments (1)" in the app
|
Then I should find "Comments (1)" in the app
|
||||||
|
|
||||||
|
# Skip in master until MDL-75353 is fixed
|
||||||
|
@lms_upto4.0
|
||||||
Scenario: Add comments offline & Delete comments offline & Sync comments (database)
|
Scenario: Add comments offline & Delete comments offline & Sync comments (database)
|
||||||
Given I entered the data activity "Data" on course "Course 1" as "teacher1" in the app
|
Given I entered the data activity "Data" on course "Course 1" as "teacher1" in the app
|
||||||
And I press "Information" in the app
|
And I press "Information" in the app
|
||||||
|
|
|
@ -71,6 +71,8 @@ Feature: Test basic usage of one course in app
|
||||||
| activity | name | intro | course | idnumber | groupmode | section |
|
| activity | name | intro | course | idnumber | groupmode | section |
|
||||||
| workshop | Test workshop name | Test workshop | C1 | workshop | 0 | 3 |
|
| workshop | Test workshop name | Test workshop | C1 | workshop | 0 | 3 |
|
||||||
|
|
||||||
|
# Skip in master until MDL-75353 is fixed
|
||||||
|
@lms_upto4.0
|
||||||
Scenario: View course contents
|
Scenario: View course contents
|
||||||
When I entered the course "Course 1" as "student1" in the app
|
When I entered the course "Course 1" as "student1" in the app
|
||||||
Then the header should be "Course 1" in the app
|
Then the header should be "Course 1" in the app
|
||||||
|
@ -146,6 +148,8 @@ Feature: Test basic usage of one course in app
|
||||||
And I press "Test workshop name" in the app
|
And I press "Test workshop name" in the app
|
||||||
Then the header should be "Test workshop name" in the app
|
Then the header should be "Test workshop name" in the app
|
||||||
|
|
||||||
|
# Skip in master until MDL-75353 is fixed
|
||||||
|
@lms_upto4.0
|
||||||
Scenario: View section contents
|
Scenario: View section contents
|
||||||
When I entered the course "Course 1" as "student1" in the app
|
When I entered the course "Course 1" as "student1" in the app
|
||||||
Then the header should be "Course 1" in the app
|
Then the header should be "Course 1" in the app
|
||||||
|
|
Loading…
Reference in New Issue