-
Notifications
You must be signed in to change notification settings - Fork 95
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
Conversation
cc @ssancho14 |
Landing for an offline comparison. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
} | ||
} | ||
|
||
screenshotTestRule.takeScreenshot() |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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() { |
There was a problem hiding this comment.
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
WHAT
WHY
HOW
Checklist 📋