We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a2656c commit 4f6c7ccCopy full SHA for 4f6c7cc
src/addons/mod/bigbluebuttonbn/tests/behat/basic_usage.feature
@@ -173,5 +173,7 @@ Feature: Test basic usage of BBB activity in app
173
When I press "Presentation" in the app
174
And I press "OK" in the app
175
And I switch to the browser tab opened by the app
176
- And I log in as "student1"
177
- Then I should see "The recording URL is invalid"
+ # This part fails due to an issue in LSM.
+ # @TODO Uncomment when MDL-85704 is solved
178
+ # And I log in as "student1"
179
+ # Then I should see "The recording URL is invalid"
0 commit comments