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

♻️ Since the About screen test has not been implemented, it has been implemented except where the Issue manager is located. #908

Conversation

Corvus400
Copy link
Contributor

@Corvus400 Corvus400 commented Aug 31, 2024

Issue

  • None.

Overview (Required)

  • As the title says.
  • As there is already someone in charge of testing the footer, I did not implement that part.

Links

@github-actions github-actions bot temporarily deployed to deploygate-distribution August 31, 2024 23:59 Inactive
Comment on lines +44 to +46
composeTestRule.onRoot().performTouchInput {
swipeUp(startY = centerY, endY = centerY - 200)
}
Copy link
Contributor Author

Choose a reason for hiding this comment

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

If you don't scroll slightly, performScrollToNode won't scroll to the right place.
Since it has already been pointed out that scrolling using the index is not very good, we are manually shifting the position to deal with it.
#887 (comment)

Copy link
Member

@takahirom takahirom Sep 1, 2024

Choose a reason for hiding this comment

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

Thanks. Could we have a FIXME comment for this like Without this we can't scroll to the creditsSection or something

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@takahirom
The sentence is a little different, but I added it. 🫡

@@ -92,7 +93,7 @@ fun LazyListScope.aboutOthers(
leadingIcon = Outlined.Settings,
label = stringResource(AboutRes.string.settings),
onClickAction = onSettingsItemClick,
testTag = "TODO",
testTag = AboutOthersSettingsItemTestTag,
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This was left as a TODO, so I went to check the test and added it because it had not been implemented at all.

@Corvus400 Corvus400 marked this pull request as ready for review September 1, 2024 00:22
Copy link
Member

@takahirom takahirom left a comment

Choose a reason for hiding this comment

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

Looks great! Thank you for adding our tests!

@takahirom takahirom merged commit 38c9bce into DroidKaigi:main Sep 2, 2024
7 checks passed
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