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

QA - New: Notification setting tests and getting ready for notification service testing #1900

Merged
merged 2 commits into from
Oct 8, 2024

Conversation

eunjisong
Copy link
Contributor

@eunjisong eunjisong commented Oct 8, 2024

Description

  • New: notification setting switch toggling testing
  • getting ready for testing notification send/receive after the transaction activity. Currently I marked the test to be ignored because the notification is currently broken - https://ava-labs.atlassian.net/browse/CP-9295
  • Please note that verifyPushNotification, tapPushNotification, and verifyNoPushNotification are added as placeholders for future testing. We can update the methods and remove the ignore test label once the push notification is fixed

Checklist

Please check all that apply (if applicable)

  • I have performed a self-review of my code
  • I have verified the code works
  • I have added/updated necessary unit tests
  • I have updated the documentation

@eunjisong eunjisong changed the title QA - testing notification QA - New: Notification setting tests and getting ready for notification service testing Oct 8, 2024
import portfolioPage from '../../pages/portfolio.page'
import sendPage from '../../pages/send.page'

describe('Send Notification', () => {
Copy link
Contributor Author

Choose a reason for hiding this comment

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

The push notification is broken currently. I added a file and folder as a placeholder and a reminder for future work. I marked the test to be ignored in config files.

@eunjisong eunjisong marked this pull request as ready for review October 8, 2024 20:04
@eunjisong eunjisong merged commit 4ea18b1 into main Oct 8, 2024
3 checks passed
@eunjisong eunjisong deleted the qa/new-108 branch October 8, 2024 20:43
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