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

Detox Page Object Model #3255

Merged
merged 18 commits into from
Oct 12, 2021
Merged

Detox Page Object Model #3255

merged 18 commits into from
Oct 12, 2021

Conversation

cortisiko
Copy link
Member

Description

Implementing Page objects in detox.

Checklist

  • There is a related GitHub issue
  • Tests are included if applicable
  • Any added code is fully documented

Issue

Resolves #???

@cortisiko cortisiko requested a review from a team as a code owner October 4, 2021 18:23
@cortisiko cortisiko changed the title Page Object Model Detox Page Object Model Oct 4, 2021
@cortisiko cortisiko self-assigned this Oct 8, 2021
@cortisiko cortisiko added the detox label Oct 8, 2021
Copy link
Contributor

@Cal-L Cal-L left a comment

Choose a reason for hiding this comment

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

Page objects are clean. Nice job! LGTM

e2e/pages/AccountListView.js Outdated Show resolved Hide resolved
}

static async isnewAccountNameVisible() {
if (device.getPlatform() === 'android') {
Copy link
Contributor

Choose a reason for hiding this comment

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

Does this apply to iOS as well or does the element render differently/off screen?

Copy link
Member Author

Choose a reason for hiding this comment

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

Yeah, the element is rendered differently.

@cortisiko cortisiko merged commit 9e18c45 into develop Oct 12, 2021
@cortisiko cortisiko deleted the detox/page-object-model branch October 12, 2021 22:06
@github-actions github-actions bot locked and limited conversation to collaborators Oct 12, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants