You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Plugins that guard on the type of player being applied to, just like the ReferenceAssetsPlugin, don't work with getAsset in AssetTestHelper because it always uses TestPlayer.
Describe the bug
Plugins that
guard
on the type of player being applied to, just like the ReferenceAssetsPlugin, don't work with getAsset inAssetTestHelper
because it always uses TestPlayer.To Reproduce
Remove https://github.com/player-ui/player/blob/main/ios/packages/reference-assets/ViewInspector/SwiftUI/ActionAssetTests.swift#L19-L22 and pass the
ReferenceAssetsPlugin
to https://github.com/player-ui/player/blob/main/ios/packages/reference-assets/ViewInspector/SwiftUI/ActionAssetTests.swift#L43Expected behavior
Test passes
Screenshots
Environment:
Additional context
The text was updated successfully, but these errors were encountered: