Skip to content

Commit

Permalink
behat fixes: part 2
Browse files Browse the repository at this point in the history
  • Loading branch information
ferishili committed Jul 1, 2024
1 parent 86da25c commit 7067e6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/behat/block_opencast_directaccess.feature
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@ Feature: Direct Access via shared link
Given I log in as "teacher1"
And I am on "Course 1" course homepage
And I click on "Go to overview..." "link"
And I click on "#opencast-videos-table-ID-blender-foundation_r0 .c7 .access-action-menu a" "css_element"
And I click on "#opencast-videos-table-ID-blender-foundation_r0 .c7 .access-action-menu .menubar .dropdown" "css_element"
Then I should see "Presenter"
When I click on "#opencast-videos-table-ID-blender-foundation_r0 .c7 .access-action-menu a.access-link-copytoclipboard" "css_element"
When I click on "#opencast-videos-table-ID-blender-foundation_r0 .c7 .access-action-menu .menubar .dropdown.show .dropdown-menu a.access-link-copytoclipboard" "css_element"
Then I should see "The direct access link has been successfully copied to clipboard."
When I go to direct access link
And I wait "1" seconds
Expand Down

0 comments on commit 7067e6e

Please sign in to comment.