Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

N21-2239 Change media board delete handle #275

Merged
merged 2 commits into from
Dec 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions cypress/e2e/mediashelf/useMediaShelf.feature
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,6 @@ Feature: Media Shelf - To show media shelf with respective functionality
# Teacher deletes tool
When I click the three dot menu button on media element 'CY Test Tool 1'
When I click on delete media element button
Then I see delete media element dialog
When I click confirm delete media element button
Then I see tool 'CY Test Tool 1' in the available media line

# Deleting a tool from another location
Expand All @@ -122,8 +120,6 @@ Feature: Media Shelf - To show media shelf with respective functionality
Then I see the no longer available chip on media element 'CY Test Tool 2'
When I click the three dot menu button on media element 'CY Test Tool 2'
When I click on delete media element button
Then I see delete media element dialog
When I click confirm delete media element button
Then I do not see tool 'CY Test Tool 2' in the available media line

# Post Test: Reset Media Shelf
Expand Down
Loading
Loading