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

Demonstrate scrolling dialogs #2002

Merged
merged 4 commits into from
Jan 24, 2024
Merged

Demonstrate scrolling dialogs #2002

merged 4 commits into from
Jan 24, 2024

Conversation

yschimke
Copy link
Collaborator

@yschimke yschimke commented Jan 24, 2024

WHAT

WHY

HOW

Checklist 📋

  • Add explicit visibility modifier and explicit return types for public declarations
  • Run spotless check
  • Run tests
  • Update metalava's signature text files

@yschimke yschimke requested a review from luizgrp January 24, 2024 14:37
@yschimke
Copy link
Collaborator Author

cc @ssancho14

@yschimke
Copy link
Collaborator Author

Landing for an offline comparison.

@yschimke yschimke merged commit ca3afe0 into google:main Jan 24, 2024
4 checks passed
Copy link
Member

@luizgrp luizgrp left a comment

Choose a reason for hiding this comment

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

LGTM

}
}

screenshotTestRule.takeScreenshot()
Copy link
Member

Choose a reason for hiding this comment

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

should this be called from ScreenSizeTest.runTest or is the intention to let each test to decide when to take a screenshot?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Not sure I wanted the minimal way to let me get multiple screenshots. I should improve the API. Will follow up.

@@ -70,4 +80,54 @@ class DialogTest(device: Device) : ScreenSizeTest(
}
}
}

@Test
fun longDialogScreen1() {
Copy link
Member

Choose a reason for hiding this comment

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

nit: drop 1 from name

@yschimke yschimke deleted the dialogy branch February 13, 2024 15:12
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.

2 participants