-
Notifications
You must be signed in to change notification settings - Fork 750
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #12109 from pcenov/016-gherkin-updates-4
0.16 gherkin updates and corrections
- Loading branch information
Showing
25 changed files
with
424 additions
and
430 deletions.
There are no files selected for viewing
8 changes: 0 additions & 8 deletions
8
...tion_testing/016-features/admin/device/admin-deletes-practice-quizzes-from-device.feature
This file was deleted.
Oops, something went wrong.
8 changes: 0 additions & 8 deletions
8
...tion_testing/016-features/admin/device/admin-exports-practice-quizzes-from-device.feature
This file was deleted.
Oops, something went wrong.
10 changes: 0 additions & 10 deletions
10
...ration_testing/016-features/admin/device/admin-imports-practice-quizzes-on-device.feature
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
24 changes: 13 additions & 11 deletions
24
integration_testing/016-features/admin/device/admin-rearrange-channels.feature
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,21 @@ | ||
Feature: Admin can rearrange channels | ||
Admins need to be able to customize the order channels appear for Learners and Coaches | ||
Admins need to be able to customize the order in which the channels are displayed for Learners and Coaches | ||
|
||
Background: | ||
Given I am signed in as an Admin or other user with content management permissions | ||
And I am on the *Device > Rearrange Channels* page | ||
And I am at the *Device > Channels* page | ||
|
||
Scenario: User can move a channel | ||
When I move a channel using my mouse or keyboard to a new position | ||
Then I see a success notification | ||
When I click the *Options drop-down* | ||
And I select the *Edit channel order* option | ||
Then I see the *Edit channel order* modal | ||
When I drag a channel using my mouse or keyboard to a new position | ||
Then I see a *Channel order saved* snackbar notification | ||
When I close the modal | ||
Then I am back at the *Device > Channels* page | ||
And I can see that the order of the channels is changes as intended | ||
|
||
Scenario: The new channel order is reflected in all parts of the app | ||
When I move a channel | ||
Then I see the new order on the *Rearrange Channels* Page | ||
And ... the *Manage Device Channels* Page | ||
And ... the *Your Channels* Page when exporting to a USB drive | ||
And ... the *Learn > Channels* Page | ||
And ... the *Coach > Create New Quiz* Page | ||
And ... the *Coach > Manage Lesson Resources* Page | ||
Given I've already reordered the channels | ||
When I navigate to any of the following locations: *Device > Channels > Export channels*, *Device > Channels > Delete channels*, *Coach > Create new quiz*, *Coach > Manage lesson resources*, *Learn > Home > Explore channels* and *Learn > Library* | ||
Then I see that the channels are ordered as intended |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.