MDL-74749 mod_bigbluebuttonbn: Run import button check scenario in nonJS
This commit is contained in:
@@ -111,10 +111,9 @@ Feature: Manage and list recordings
|
||||
And I should see "Recording 1"
|
||||
And I should not see "Recording 2"
|
||||
|
||||
@javascript
|
||||
Scenario: I check that when I disable Import recording feature the import recording link button should not be shown.
|
||||
When I log in as "admin"
|
||||
Scenario: I check that when I disable Import recording feature the import recording link button should not be shown
|
||||
Given I log in as "admin"
|
||||
And the following config values are set as admin:
|
||||
| bigbluebuttonbn_importrecordings_enabled | 0 |
|
||||
And I am on the "RoomRecordings1" "bigbluebuttonbn activity" page logged in as "admin"
|
||||
Then "Import recording links" "button" should not be visible
|
||||
When I am on the "RoomRecordings1" "bigbluebuttonbn activity" page logged in as "admin"
|
||||
Then I should not see "Import recording links"
|
||||
|
||||
Reference in New Issue
Block a user