Skip to content

Commit

Permalink
fix filter button again
Browse files Browse the repository at this point in the history
  • Loading branch information
iBicha committed Oct 2, 2023
1 parent e2822ba commit a6f8cb5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<Button
id="filtersButton"
translation="[160,40]"
minWidth="180"
minWidth="240"
height="48"
showFocusFootprint="true"
iconUri="pkg:/images/icons/filters-white.png"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ end function

function PrepareTests() as object
content = CreateObject("roSGNode", "ContentNode")
' TODO:P2 test if video data is reachable (head?)
' TODO:P2 test if video data is reachable in proxy mode (local=true)
content.AppendChild(CreateTestNode("Valid url", IsValidUrl))
content.AppendChild(CreateTestNode("Instance reachable", IsReachable))
content.AppendChild(CreateTestNode("Fetch video details", CanFetchVideoDetails))
Expand Down

0 comments on commit a6f8cb5

Please sign in to comment.