Assigned
Status Update
Comments
jo...@google.com <jo...@google.com>
hu...@google.com <hu...@google.com> #2
I tried adding screenshotTestImplementation(libs.androidx.window)
but it didn't fix it.
ka...@google.com <ka...@google.com> #3
This is likely a duplicate of libs.androidx.window
dependency to implementation
to see if it works?
Description
On a test for a JVM module within a multimodule project, I have no way to add quickly run the test via the UI. The green test icon next to the test file and the test method says
nothing here
(see screenshot).I can move the cursor over the filename / test method and use the contextual run shortcut (
Alt+Shift+F10
on my machine) which pops up a menu to select my test but I used to be able to use the mouse to select the same tests.This seems to work fine within the Android module in the same project.