MDL-74749 mod_bigbluebuttonbn: Run import button check scenario in nonJS

This commit is contained in:
Jun Pataleta
2022-09-07 06:39:45 +08:00
parent a49411b80c
commit bd211c77e6
@@ -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"