Skip to content

Commit

Permalink
Merge pull request #7754 from drew2a/refactoring/remove_VOD_from_AT
Browse files Browse the repository at this point in the history
ApplicationTester: Remove StartVODAction from ActionSelector and delete start_vod_action.py
  • Loading branch information
drew2a committed Dec 6, 2023
2 parents 9f57321 + deb4af6 commit 9d1d06d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 28 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
from tribler_apptester.actions.screenshot_action import ScreenshotAction
from tribler_apptester.actions.search_action import RandomSearchAction
from tribler_apptester.actions.start_download_action import StartRandomDownloadAction
from tribler_apptester.actions.start_vod_action import StartVODAction
from tribler_apptester.actions.test_exception import TestExceptionAction


Expand All @@ -27,7 +26,6 @@ def __init__(self):
'remove_download': (lambda: RemoveRandomDownloadAction(), 5),
'explore_download': (lambda: ExploreDownloadAction(), 10),
'screenshot': (lambda: ScreenshotAction(), 5),
'start_vod': (lambda: StartVODAction(), 5),
'change_anonymity': (lambda: ChangeAnonymityAction(allow_plain=True), 5),
# See: https://github.com/Tribler/tribler/issues/7750
# 'change_download_files': (lambda: ChangeDownloadFilesAction(), 10)
Expand Down

This file was deleted.

0 comments on commit 9d1d06d

Please sign in to comment.