Skip to content

Commit

Permalink
Linting: linting code
Browse files Browse the repository at this point in the history
  • Loading branch information
WunderJacob committed Jan 30, 2024
1 parent b979266 commit c2798b2
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 10 deletions.
2 changes: 1 addition & 1 deletion amd/build/app-lazy.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion amd/build/app-lazy.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion amd/src/app-lazy.js

Large diffs are not rendered by default.

16 changes: 13 additions & 3 deletions tests/behat/adele_learning_path_journey.feature
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@local @local_catquiz @javascript
Feature: As an admin I perform import of catquiz alonf with questions to check Scales and Feedbacks.
@local @local_adele @javascript
Feature: As an admin I perform import of adele alonf with questions to check Scales and Feedbacks.

Background:
Given the following "users" exist:
Expand Down Expand Up @@ -29,6 +29,16 @@ Feature: As an admin I perform import of catquiz alonf with questions to check S
Then I should see "Edit a learning path"
And I click on "Edit completion criteria" "button"
Then I should see "Edit Completion criteria of course node"
And I click on "change view" "button"
And I click on "Go Back to Learningpath" "button"
Then I should see "Edit a learning path"
Then I wait "5" seconds
And I click on "Edit Restriction" "button"
Then I should see "Edit Restrictions to enter course node"
And I click on "Save" "button"
Then I should see "Edit a learning path"
And I click on "update positions" "button"
And I click on "change view" "button"
And I click on "Go to page and create a course" "button"
Then I should see "Acceptance test site"
And I switch to the main window
Then I wait "4" seconds
6 changes: 2 additions & 4 deletions tests/generator/lib.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,10 @@
// You should have received a copy of the GNU General Public License
// along with Moodle. If not, see <http://www.gnu.org/licenses/>.

defined('MOODLE_INTERNAL') || die();

/**
* Class local_catquiz_generator for generation of dummy data
* Class local_adele_generator for generation of dummy data
*
* @package local_catquiz
* @package local_adele
* @category test
* @copyright 2023 Andrii Semenets
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
Expand Down

0 comments on commit c2798b2

Please sign in to comment.