-
Notifications
You must be signed in to change notification settings - Fork 86
TF-3605 E2E Mailbox create, rename, move and delete sub folder #3607
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
base: patrol-integration-test
Are you sure you want to change the base?
TF-3605 E2E Mailbox create, rename, move and delete sub folder #3607
Conversation
}) | ||
.$(TMailButtonWidget) | ||
.which<TMailButtonWidget>((widget) { | ||
return widget.icon == ImagePaths().icArrowRight; |
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.
We should use key to avoid duplicated action
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.
Done
@@ -290,7 +290,7 @@ dev_dependencies: | |||
|
|||
patrol_log: 0.3.0 | |||
|
|||
patrol_finders: 2.7.0 | |||
patrol_finders: 2.7.2 |
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.
why do we need change it?
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.
await threadRobot.openMailbox(); | ||
await mailboxMenuRobot.longPressMailboxWithName( | ||
appLocalizations.inboxMailboxDisplayName, | ||
); | ||
await mailboxMenuRobot.tapCreateNewSubFolder(); | ||
await mailboxMenuRobot.enterNewSubFolderName(subFolderName); | ||
await mailboxMenuRobot.confirmCreateNewSubFolder(); | ||
await _expectMailboxWithNameVisible(subFolderName); |
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.
duplicate with PR #3599
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.
The sub folder created in #3599 is hidden, I need to create a new one for this PR for other purposes.
|
Issue
Test result
Test video
personal-and-sub-folder.webm