Skip to content

added new spec for checking inbox pagination after loading all messages#1368

Merged
sosnovsky merged 4 commits intomasterfrom
test/issue-1288
Feb 8, 2022
Merged

added new spec for checking inbox pagination after loading all messages#1368
sosnovsky merged 4 commits intomasterfrom
test/issue-1288

Conversation

@fcvakintos
Copy link
Contributor

This PR contains tests for checking inbox pagination after loading all messages

covered this case:

  1. open Inbox screen
  2. check number of messages (should be 20)
  3. scroll to the bottom to load next page
  4. check number of messages (should be more than 20)
  5. scroll to the top of the list and perform pull-to-refresh
  6. check number of messages (should be 20)
  7. scroll to the bottom to load next page
  8. check number of messages (should be more than 20)

close #1288

issue #1366


Tests

  • Tests added or updated

To be filled by reviewers

I have reviewed that this PR... (tick whichever items you personally focused on during this review):

  • addresses the issue it closes (if any)
  • code is readable and understandable
  • is accompanied with tests, or tests are not needed
  • is free of vulnerabilities
  • is documented clearly and usefully, or doesn't need documentation

@fcvakintos fcvakintos requested a review from sosnovsky as a code owner February 7, 2022 11:14
sosnovsky
sosnovsky previously approved these changes Feb 7, 2022
@fcvakintos
Copy link
Contributor Author

@sosnovsky new aid is not working

@fcvakintos
Copy link
Contributor Author

@sosnovsky we can use this one **/XCUIElementTypeTable[name == "aid-inbox-list"]/XCUIElementTypeCell

@sosnovsky
Copy link
Collaborator

@sosnovsky we can use this one **/XCUIElementTypeTable[name == "aid-inbox-list"]/XCUIElementTypeCell

I tried this selector, but it didn't work for me, so I returned your initial one.

@sosnovsky sosnovsky enabled auto-merge (squash) February 8, 2022 06:03
@sosnovsky sosnovsky merged commit 626764a into master Feb 8, 2022
@sosnovsky sosnovsky deleted the test/issue-1288 branch February 8, 2022 09:26
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.

Test inbox pagination after loading all messages

3 participants