Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
MDL-46481 backup: behat tests for the quick backup button
[moodle.git]
/
backup
/
util
/
ui
/
tests
/
behat
/
backup_courses.feature
diff --git
a/backup/util/ui/tests/behat/backup_courses.feature
b/backup/util/ui/tests/behat/backup_courses.feature
index
94e02e3
..
ee3fea3
100644
(file)
--- a/
backup/util/ui/tests/behat/backup_courses.feature
+++ b/
backup/util/ui/tests/behat/backup_courses.feature
@@
-60,3
+60,8
@@
Feature: Backup Moodle courses
And I press "Next"
And I should see "Test assign"
And I should not see "Test data"
And I press "Next"
And I should see "Test assign"
And I should not see "Test data"
+
+ @javascript
+ Scenario: Backup a course using the one click backup button
+ When I perform a quick backup of course "Course 2"
+ Then I should see "Restore"
\ No newline at end of file