Skip to content
Success

Changes

Summary

  1. Update test definitions for assignments to include handling of deadlines and grace period. (commit: 3dbd013) (details)
  2. Fixes for hiding manager. Package manager was not reporting correctly on the component status. (commit: 1920312) (details)
  3. Add support for recording Maestro end-to-end tests. (commit: 53a901b) (details)
  4. Fix SiteRoute test. (commit: 8a4fb01) (details)
  5. Temporarily disable failingclazz log edit attendance test (pending conversion to MVVM). (commit: 5d38c43) (details)
  6. Fix end-to-end test 002_001 teacher username/password to match (commit: d078323) (details)
  7. Add HTML test output for end-to-end videos. (commit: 2ea1d44) (details)
  8. Move descriptions out of e2e test directory to avoid issue with maestro command thinking they are flow files. (commit: 83694c4) (details)
  9. Fix potential race condition on setting list of gender options in dropdown. (commit: 9a450a0) (details)
  10. Dev test e2e primary testfix (#490) (commit: cf84648) (details)
  11. Fix run-maestro-test to return exit status from Maestro command. (commit: 83127d4) (details)
  12. MAESTRO primary build - fix for test 002_003_teacher_record_attendance.yaml (#492) (commit: 941b271) (details)
  13. Dev test maestro checklist 003 course blocks (#480) (commit: bcdd8a9) (details)
  14. Fix build-extra-app-copy.sh - was only installing the second copy after it was run more than once. (commit: 3b98a02) (details)
  15. Fix potential race condition on setting admin password when tests are running. AuthManager was using a cached Site object. If the database cleared and a new key is generated, this would not have been picked up. (commit: b6dc1de) (details)
  16. Update to Android Gradle Plugin 7.4.0 (commit: 773652c) (details)
  17. Update run-maestro-test to uninstall after the end of the test. Disable various failing tests from checklist section 3. (commit: 2564060) (details)
  18. Disable remaining checklist 3 tests. (commit: c37f408) (details)
  19. Remove any use of clearTables from the main version of the ktor server app. (commit: e62ba3a) (details)
  20. Add uninstall of com.toughra.ustadmobile2 just to be sure any installs from previous builds are cleared before running. (commit: 8e10d35) (details)
  21. Added loop to scroll if Publicly accessible button and Connect as Guest not visible (#505) (commit: 9ee0099) (details)
  22. Edited 003 tests (#506) (commit: b3b6807) (details)
  23. Update end-to-end test spec (commit: f57d316) (details)
  24. Update end-to-end test definitions (commit: 80d4f5c) (details)
Commit 3dbd013e90c7cae360b5455901d98c184a25ca14 by Mike Dawson
Update test definitions for assignments to include handling of deadlines and grace period.
(commit: 3dbd013)
The file was modifiedtest-end-to-end/README.md (diff)
Commit 1920312a1c1de30b5e2bb794a3f893d0dcab578c by Mike Dawson
Fixes for hiding manager. Package manager was not reporting correctly on the component status.
(commit: 1920312)
The file was modifiedapp-android/src/main/java/com/ustadmobile/port/android/panic/HidingManager.kt (diff)
The file was modifiedapp-android/src/main/java/com/ustadmobile/port/android/panic/PanicResponderActivity.kt (diff)
Commit 53a901bc3eccaf368331026ee7fcc8c65bd40fb0 by Mike Dawson
Add support for recording Maestro end-to-end tests.
(commit: 53a901b)
The file was modifiedtest-end-to-end/android-maestro/run-maestro-test.sh (diff)
The file was modifiedtest-end-to-end/android-maestro/e2e-tests/001_001_admin_can_add_content_002-epub.yaml (diff)
The file was modifiedtest-end-to-end/android-maestro/e2e-tests/001_002_admin_can_hide_content.yaml (diff)
The file was modifiedtest-end-to-end/android-maestro/e2e-tests/001_007_admin_make_content_publicly_not_accessible.yaml (diff)
The file was modifiedtestserver-controller/src/main/java/com/ustadmobile/test/http/TestServerController.kt (diff)
The file was modifiedtest-end-to-end/android-maestro/common/startserver.js (diff)
The file was modifiedtestserver-controller/start.sh (diff)
The file was modifiedapp-ktor-server/src/main/kotlin/com/ustadmobile/lib/rest/ext/UmAppDatabaseKtorExt.kt (diff)
The file was modifiedtestserver-controller/build.gradle (diff)
The file was modifiedtest-end-to-end/android-maestro/common/add_new_student_inside_course.yaml (diff)
The file was modifiedtest-end-to-end/android-maestro/e2e-tests/002_001_admin_add_new_course_and_teacher.yaml (diff)
The file was modifiedapp-android/src/main/java/com/ustadmobile/port/android/impl/ViewNameToDestMap.kt (diff)
The file was modifiedtest-end-to-end/android-maestro/e2e-tests/001_001_admin_can_add_content_001-h5p.yaml (diff)
The file was modifiedtest-end-to-end/android-maestro/common/startserver.yaml (diff)
The file was addedapp-ktor-server/src/test/kotlin/com/ustadmobile/lib/rest/InsertDefaultSiteCallbackTest.kt
The file was modifiedapp-ktor-server/src/main/kotlin/com/ustadmobile/lib/rest/UmRestApplication.kt (diff)
The file was modifiedtest-end-to-end/android-maestro/e2e-tests/001_001_admin_can_add_content_003-video.yaml (diff)
The file was addedapp-ktor-server/src/main/kotlin/com/ustadmobile/lib/rest/InsertDefaultSiteCallback.kt
The file was modifiedbuild.gradle (diff)
The file was modifiedtest-end-to-end/android-maestro/e2e-tests/002_003_teacher_record_attendance.yaml (diff)
The file was modifiedapp-ktor-server/src/test/kotlin/com/ustadmobile/lib/rest/CommonKtorTestDiModule.kt (diff)
The file was modifiedtest-end-to-end/android-maestro/e2e-tests/001_004_admin_can_delete_content.yaml (diff)
The file was removedtestserver-controller/runtestserver.sh
The file was modifiedtest-end-to-end/android-maestro/e2e-tests/001_003_admin_can_move_content.yaml (diff)
The file was modifiedtestserver-controller/stop.sh (diff)
The file was modifiedapp-ktor-server/src/test/kotlin/com/ustadmobile/lib/rest/TestSiteRoute.kt (diff)
Commit 5d38c43112ad26119ee8a9260969616df77f54f9 by Mike Dawson
Temporarily disable failingclazz log edit attendance test (pending conversion to MVVM).
(commit: 5d38c43)
The file was modifiedcore/src/jvmTest/kotlin/com/ustadmobile/core/controller/ClazzLogEditAttendancePresenterTest.kt (diff)
Commit d0783231bfed4898ac7e934d87f0d1ca487b81ec by Mike Dawson
Fix end-to-end test 002_001 teacher username/password to match
(commit: d078323)
The file was modifiedtest-end-to-end/android-maestro/e2e-tests/002_001_admin_add_new_course_and_teacher.yaml (diff)
Commit 2ea1d442ed14b36f04315ed1bde1bb9c72661321 by Mike Dawson
Add HTML test output for end-to-end videos.
(commit: 2ea1d44)
The file was modifiedbuild.gradle (diff)
The file was modifiedcore/src/commonMain/kotlin/com/ustadmobile/core/controller/ClazzEdit2Presenter.kt (diff)
The file was addedtest-end-to-end/android-maestro/e2e-tests/001_001_admin_can_add_content_002-epub-description.txt
The file was addedtestserver-controller/src/main/java/com/ustadmobile/test/http/junitxml/TestSuites.kt
The file was addedtestserver-controller/src/main/resources/adbscreenrecord.css
The file was addedtest-end-to-end/android-maestro/e2e-tests/001_001_admin_can_add_content_001-h5p-description.txt
The file was addedtestserver-controller/src/main/java/com/ustadmobile/test/http/junitxml/TestCase.kt
The file was modifiedtestserver-controller/src/main/java/com/ustadmobile/test/http/TestServerController.kt (diff)
The file was addedtestserver-controller/src/main/java/com/ustadmobile/test/http/junitxml/Failure.kt
The file was addedtestserver-controller/src/main/java/com/ustadmobile/test/http/junitxml/TestSuite.kt
The file was addedtestserver-controller/src/main/java/com/ustadmobile/test/http/AdbVideoReportMaker.kt
The file was addedtest-end-to-end/android-maestro/e2e-tests/001_001_admin_can_add_content_003-video-description.txt
The file was modifiedtestserver-controller/stop.sh (diff)
The file was modifiedtest-end-to-end/android-maestro/README.md (diff)
The file was modifiedtestserver-controller/build.gradle (diff)
The file was addedtestserver-controller/src/main/java/com/ustadmobile/test/http/ProcessBuilderExt.kt
Commit 83694c4f18f3c6e9b4f04993ab96cd563cd29167 by Mike Dawson
Move descriptions out of e2e test directory to avoid issue with maestro command thinking they are flow files.
(commit: 83694c4)
The file was removedtest-end-to-end/android-maestro/e2e-tests/001_001_admin_can_add_content_001-h5p-description.txt
The file was modifiedtest-end-to-end/android-maestro/run-maestro-test.sh (diff)
The file was removedtest-end-to-end/android-maestro/e2e-tests/001_001_admin_can_add_content_002-epub-description.txt
The file was removedtest-end-to-end/android-maestro/e2e-tests/001_001_admin_can_add_content_003-video-description.txt
The file was addedtest-end-to-end/android-maestro/e2e-tests-descriptions-override/001_001_admin_can_add_content_001-h5p.txt
The file was addedtest-end-to-end/android-maestro/e2e-tests-descriptions-override/001_001_admin_can_add_content_003-video.txt
The file was modifiedtestserver-controller/src/main/java/com/ustadmobile/test/http/AdbVideoReportMaker.kt (diff)
The file was addedtest-end-to-end/android-maestro/e2e-tests-descriptions-override/001_001_admin_can_add_content_002-epub.txt
Commit 9a450a0f011d000ef13c093074d6e3e332174a85 by Mike Dawson
Fix potential race condition on setting list of gender options in dropdown.
(commit: 9a450a0)
The file was modifiedapp-android/src/main/java/com/ustadmobile/port/android/view/PersonEditFragment.kt (diff)
Commit cf84648cc4d1bb638340af6b3300200375b207ad by noreply
Dev test e2e primary testfix (#490)

* MAESTRO primary build - fix for test 001_007_admin_make_content_publicly_not_accessible

* MAESTRO primary build - fix for test 001_007_admin_make_content_publicly_not_accessible

* MAESTRO primary build - fix for test 001_007_admin_make_content_publicly_not_accessible

* MAESTRO primary build - fix for test 001_007_admin_make_content_publicly_not_accessible
(commit: cf84648)
The file was modifiedtest-end-to-end/android-maestro/e2e-tests/001_007_admin_make_content_publicly_not_accessible.yaml (diff)
The file was modifiedtest-end-to-end/android-maestro/common/enable_guest_login.yaml (diff)
Commit 83127d456376255d557a5467e7e42445a577dbeb by Mike Dawson
Fix run-maestro-test to return exit status from Maestro command.
(commit: 83127d4)
The file was modifiedtest-end-to-end/android-maestro/run-maestro-test.sh (diff)
Commit 941b271f41a1709a6d93f9c25d7ba390f2d29124 by noreply
MAESTRO primary build - fix for test 002_003_teacher_record_attendance.yaml (#492)

(commit: 941b271)
The file was modifiedtest-end-to-end/android-maestro/common/add_member_inside_course.yaml (diff)
The file was modifiedtest-end-to-end/android-maestro/common/add_new_teacher_inside_course.yaml (diff)
The file was modifiedtest-end-to-end/android-maestro/common/record_attendance.yaml (diff)
The file was modifiedtest-end-to-end/android-maestro/common/edit_recorded_attendance.yaml (diff)
The file was modifiedtest-end-to-end/android-maestro/common/student_send_course_join_request_using_code.yaml (diff)
The file was modifiedtest-end-to-end/android-maestro/common/create_course_with_members.yaml (diff)
The file was modifiedtest-end-to-end/android-maestro/common/add_new_student_inside_course.yaml (diff)
The file was modifiedtest-end-to-end/android-maestro/e2e-tests/002_003_teacher_record_attendance.yaml (diff)
Commit bcdd8a9124e309b00cc42d3956f1c6839725656a by noreply
Dev test maestro checklist 003 course blocks (#480)

* MAESTRO CHECKLIST NO _003 Course block editing

* MAESTRO CHECKLIST NO _003 Course block editing

* MAESTRO CHECKLIST NO _003 Course block editing

* MAESTRO CHECKLIST NO _003 Course block editing-added pdf content

* MAESTRO CHECKLIST NO _003 Course block editing-added testserial and testname variables

* MAESTRO CHECKLIST NO _003 Course block editing-added testserial and testname variables

* MAESTRO CHECKLIST NO _003 Course block editing-added testserial and testname variables

* MAESTRO CHECKLIST NO _003 Course block editing-added testserial and testname variables

* MAESTRO CHECKLIST NO _003 Course block editing-added assertion to test 003_003

* MAESTRO CHECKLIST NO _003 Course block editing-removed select option and added content name

* removed id from class content name as text

* if login flow not successful, test will retry the flow on test-001_007

* checklist- 004 - Assignment blocks

* checklist- 003- changes

* checklist- 003- changes

* checklist- 002- changes

* Add one comment to Maestro flow on module collapse.

---------

Co-authored-by: Mike Dawson <mike@ustadmobile.com>
(commit: bcdd8a9)
The file was modifiedtest-end-to-end/android-maestro/common/add_content.yaml (diff)
The file was addedtest-end-to-end/test-files/content/Pdf_Content.pdf
The file was modifiedtest-end-to-end/android-maestro/common/admin_can_copy_course_code.yaml (diff)
The file was addedtest-end-to-end/android-maestro/e2e-tests/003_001_add_or_edit_course_permission_test.yaml
The file was addedtest-end-to-end/android-maestro/common/add_text_block.yaml
The file was removedtest-end-to-end/android-maestro/common/add_course_block.yaml
The file was modifiedtest-end-to-end/android-maestro/common/add_member_inside_course.yaml (diff)
The file was addedtest-end-to-end/android-maestro/e2e-tests/003_002_add_module_text_blocks_and_perform_indent_hide_delete_actions.yaml
The file was addedtest-end-to-end/android-maestro/e2e-tests/003_005_add_new_content_block_inside_course.yaml
The file was addedtest-end-to-end/android-maestro/common/create_course_with_1teacher_1student.yaml
The file was modifiedtest-end-to-end/android-maestro/common/startserver.js (diff)
The file was modifiedtest-end-to-end/android-maestro/common/hide_content.yaml (diff)
The file was modifiedtest-end-to-end/android-maestro/e2e-tests/001_004_admin_can_delete_content.yaml (diff)
The file was addedtest-end-to-end/android-maestro/common/add_new_content_block_to_course.yaml
The file was modifiedtest-end-to-end/android-maestro/e2e-tests/001_003_admin_can_move_content.yaml (diff)
The file was modifiedtest-end-to-end/android-maestro/e2e-tests/001_001_admin_can_add_content_002-epub.yaml (diff)
The file was modifiedtest-end-to-end/android-maestro/common/add_new_teacher_inside_course.yaml (diff)
The file was addedtest-end-to-end/android-maestro/common/add_demo_block_structure.yaml
The file was modifiedtest-end-to-end/android-maestro/e2e-tests/001_002_admin_can_hide_content.yaml (diff)
The file was modifiedtest-end-to-end/android-maestro/common/accepting_course_join_request.yaml (diff)
The file was modifiedtest-end-to-end/android-maestro/common/add_new_student_inside_course.yaml (diff)
The file was modifiedtest-end-to-end/android-maestro/common/add_course.yaml (diff)
The file was addedtest-end-to-end/android-maestro/common/add_module_block.yaml
The file was addedtest-end-to-end/android-maestro/common/add_existing_content_block_to_course.yaml
The file was modifiedtest-end-to-end/android-maestro/e2e-tests/001_007_admin_make_content_publicly_not_accessible.yaml (diff)
The file was addedtest-end-to-end/android-maestro/e2e-tests/003_003_add_existing_content_in_library_as_block.yaml
The file was modifiedtest-end-to-end/android-maestro/e2e-tests/001_001_admin_can_add_content_003-video.yaml (diff)
The file was modifiedtest-end-to-end/android-maestro/common/move_content_to_new_folder.yaml (diff)
The file was modifiedtest-end-to-end/android-maestro/e2e-tests/002_001_admin_add_new_course_and_teacher.yaml (diff)
The file was modifiedtest-end-to-end/android-maestro/run-maestro-test.sh (diff)
The file was modifiedtest-end-to-end/android-maestro/common/enable_switch_to_content_not_publicly_accessible.yaml (diff)
The file was modifiedtest-end-to-end/android-maestro/common/delete_and_download_content.yaml (diff)
The file was addedtest-end-to-end/android-maestro/common/edit_course.yaml
The file was modifiedtest-end-to-end/android-maestro/common/login_download_and_open_content.yaml (diff)
The file was modifiedtest-end-to-end/android-maestro/e2e-tests/001_001_admin_can_add_content_001-h5p.yaml (diff)
The file was modifiedtest-end-to-end/android-maestro/e2e-tests/002_003_teacher_record_attendance.yaml (diff)
The file was addedtest-end-to-end/android-maestro/e2e-tests/003_007_all_user_able_to_open_text_block.yaml
The file was modifiedtest-end-to-end/android-maestro/common/record_attendance.yaml (diff)
The file was addedtest-end-to-end/android-maestro/e2e-tests/003_006_course_view_and_modules_can_expand_collapse.yaml
The file was addedtest-end-to-end/android-maestro/common/create_course_with_1teacher_2students.yaml
The file was modifiedtest-end-to-end/android-maestro/common/create_course_with_members.yaml (diff)
The file was modifiedtest-end-to-end/android-maestro/common/edit_recorded_attendance.yaml (diff)
The file was modifiedtest-end-to-end/android-maestro/common/enable_guest_login.yaml (diff)
Commit 3b98a02fca884cbd69683e5468a3e5055ea36aa9 by Mike Dawson
Fix build-extra-app-copy.sh - was only installing the second copy after it was run more than once.
(commit: 3b98a02)
The file was modifiedtest-end-to-end/android-maestro/build-extra-app-copy.sh (diff)
Commit b6dc1de5560e00c4cd19ac64659b14bab792bdd8 by Mike Dawson
Fix potential race condition on setting admin password when tests are running. AuthManager was using a cached Site object. If the database cleared and a new key is generated, this would not have been picked up.
(commit: b6dc1de)
The file was modifiedcore/src/commonMain/kotlin/com/ustadmobile/core/account/AuthManager.kt (diff)
The file was modifiedapp-ktor-server/src/main/kotlin/com/ustadmobile/lib/rest/ext/UmAppDatabaseKtorExt.kt (diff)
The file was modifiedlib-database/src/commonMain/kotlin/com/ustadmobile/core/db/dao/SiteDao.kt (diff)
The file was modifiedapp-ktor-server/src/test/kotlin/com/ustadmobile/lib/rest/PersonAuthRegisterRouteTest.kt (diff)
The file was modifiedcore/src/commonMain/kotlin/com/ustadmobile/core/util/ext/UmAppDatabaseExt.kt (diff)
The file was modifiedapp-ktor-server/src/main/kotlin/com/ustadmobile/lib/rest/UmRestApplication.kt (diff)
Commit 773652c5ebd91224c9d9ca46234365c48d697f42 by Mike Dawson
Update to Android Gradle Plugin 7.4.0
(commit: 773652c)
The file was modifiedgradle/wrapper/gradle-wrapper.properties (diff)
The file was modifiedapp-android-launcher/build.gradle (diff)
The file was removedlib-database/src/main/AndroidManifest.xml
The file was modifiedlib-database/build.gradle (diff)
The file was removedlib-database/src/androidMain/AndroidManifest.xml
The file was modifiedbuild.gradle (diff)
Commit 2564060e4ead75a1c35c7653e33e079e06eef9a9 by Mike Dawson
Update run-maestro-test to uninstall after the end of the test. Disable various failing tests from checklist section 3.
(commit: 2564060)
The file was removedtest-end-to-end/android-maestro/e2e-tests/003_006_course_view_and_modules_can_expand_collapse.yaml
The file was addedtest-end-to-end/android-maestro/e2e-tests.disabled/003_005_add_new_content_block_inside_course.yaml
The file was modifiedtest-end-to-end/android-maestro/run-maestro-test.sh (diff)
The file was addedtest-end-to-end/android-maestro/e2e-tests.disabled/003_003_add_existing_content_in_library_as_block.yaml
The file was addedtest-end-to-end/android-maestro/e2e-tests.disabled/003_007_all_user_able_to_open_text_block.yaml
The file was addedtest-end-to-end/android-maestro/e2e-tests.disabled/003_006_course_view_and_modules_can_expand_collapse.yaml
The file was removedtest-end-to-end/android-maestro/e2e-tests/003_007_all_user_able_to_open_text_block.yaml
The file was removedtest-end-to-end/android-maestro/e2e-tests/003_005_add_new_content_block_inside_course.yaml
The file was removedtest-end-to-end/android-maestro/e2e-tests/003_003_add_existing_content_in_library_as_block.yaml
Commit c37f4082567161d3856580bc18a35f21f6331eda by Mike Dawson
Disable remaining checklist 3 tests.
(commit: c37f408)
The file was removedtest-end-to-end/android-maestro/e2e-tests/003_001_add_or_edit_course_permission_test.yaml
The file was removedtest-end-to-end/android-maestro/e2e-tests/003_002_add_module_text_blocks_and_perform_indent_hide_delete_actions.yaml
The file was addedtest-end-to-end/android-maestro/e2e-tests.disabled/003_002_add_module_text_blocks_and_perform_indent_hide_delete_actions.yaml
The file was addedtest-end-to-end/android-maestro/e2e-tests.disabled/003_001_add_or_edit_course_permission_test.yaml
Commit e62ba3a56114de0ee4df3ae4e06172c561960530 by Mike Dawson
Remove any use of clearTables from the main version of the ktor server app.

End-to-end Android tests were sometimes failing due to invalid username/password messages. This was likely related to resetting the salt used to encrypt passwords whilst the server is running.
(commit: e62ba3a)
The file was removedapp-ktor-server/src/main/kotlin/com/ustadmobile/lib/rest/DevModeRoute.kt
The file was modifiedtestserver-controller/src/main/resources/application.conf (diff)
The file was modifiedapp-ktor-server/src/main/kotlin/com/ustadmobile/lib/rest/UmRestApplication.kt (diff)
Commit 8e10d35a48e3ce0fad33be84e1f33758e5b88b71 by Mike Dawson
Add uninstall of com.toughra.ustadmobile2 just to be sure any installs from previous builds are cleared before running.
(commit: 8e10d35)
The file was modifiedtest-end-to-end/android-maestro/run-maestro-test.sh (diff)
Commit 9ee0099f12dc02046192de9a6cdc6532f7544ed5 by noreply
Added loop to scroll if Publicly accessible button and Connect as Guest not visible (#505)

(commit: 9ee0099)
The file was modifiedtest-end-to-end/android-maestro/common/enable_guest_login.yaml (diff)
The file was modifiedtest-end-to-end/android-maestro/common/enable_switch_to_content_not_publicly_accessible.yaml (diff)
The file was modifiedtest-end-to-end/android-maestro/common/guest_login.yaml (diff)
Commit b3b6807a929cbb3a7461e510bd157947227ac761 by noreply
Edited 003 tests (#506)

* Edited 003 tests

* Edited failed tests - this commit fix issues

* Checklist 003 changes Text=edit to id

* Checklist 003 changes Text=edit to id
(commit: b3b6807)
The file was addedtest-end-to-end/android-maestro/e2e-tests/003_003_add_existing_content_in_library_as_block.yaml
The file was modifiedtest-end-to-end/android-maestro/common/add_text_block.yaml (diff)
The file was removedtest-end-to-end/android-maestro/e2e-tests.disabled/003_007_all_user_able_to_open_text_block.yaml
The file was removedtest-end-to-end/android-maestro/e2e-tests.disabled/003_006_course_view_and_modules_can_expand_collapse.yaml
The file was modifiedtest-end-to-end/android-maestro/e2e-tests/002_001_admin_add_new_course_and_teacher.yaml (diff)
The file was removedtest-end-to-end/android-maestro/e2e-tests.disabled/003_005_add_new_content_block_inside_course.yaml
The file was addedtest-end-to-end/android-maestro/e2e-tests/003_001_add_or_edit_course_permission_test.yaml
The file was removedtest-end-to-end/android-maestro/e2e-tests.disabled/003_001_add_or_edit_course_permission_test.yaml
The file was removedtest-end-to-end/android-maestro/e2e-tests.disabled/003_003_add_existing_content_in_library_as_block.yaml
The file was modifiedtest-end-to-end/android-maestro/common/add_module_block.yaml (diff)
The file was addedtest-end-to-end/android-maestro/e2e-tests/003_006_course_view_and_modules_can_expand_collapse.yaml
The file was modifiedtest-end-to-end/android-maestro/common/add_new_student_inside_course.yaml (diff)
The file was modifiedtest-end-to-end/android-maestro/common/add_demo_block_structure.yaml (diff)
The file was addedtest-end-to-end/android-maestro/e2e-tests/003_002_add_module_text_blocks_and_perform_indent_hide_delete_actions.yaml
The file was removedtest-end-to-end/android-maestro/e2e-tests.disabled/003_002_add_module_text_blocks_and_perform_indent_hide_delete_actions.yaml
The file was addedtest-end-to-end/android-maestro/e2e-tests/003_005_add_new_content_block_inside_course.yaml
The file was addedtest-end-to-end/android-maestro/e2e-tests/003_007_all_user_able_to_open_text_block.yaml
Commit f57d316ce08da1617cd095ed550fca9aa53b10d1 by noreply
Update end-to-end test spec
(commit: f57d316)
The file was modifiedtest-end-to-end/README.md (diff)
Commit 80d4f5c05e8503b605809a2ad4c957a65e13c2c1 by noreply
Update end-to-end test definitions
(commit: 80d4f5c)
The file was modifiedtest-end-to-end/README.md (diff)