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

Fix overlays to be positioned relative to screen size again #2018

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

rylin8
Copy link
Collaborator

@rylin8 rylin8 commented Jan 25, 2025

Fixes #1717

@@ -105,7 +105,7 @@ class DesignSwitcherBasicTests {
with(composeTestRule) {
onDCDoc(DesignSwitcherDoc).performClick()
with(onDCDoc(DesignSwitcherDoc)) {
onNodeWithTag("#ChangeButton").performClick()
onNodeWithTag("#ChangeButton", useUnmergedTree = true).performClick()
assertHasText("Load")
}
captureRootRoboImage("ChangeFileScreen")
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @timothyfroehlich, it looks like the design switcher tests are passing, so the overlays should be rendering because the overlay is what has the "Load" text in it. However, the screenshot captured doesn't have the overlay shown at all. Any idea why?

Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

DesignOverlay fills max size of root
1 participant