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

Activity Rewards Page #743

Merged
merged 2 commits into from
Oct 18, 2024
Merged

Activity Rewards Page #743

merged 2 commits into from
Oct 18, 2024

Conversation

youngkidwarrior
Copy link
Collaborator

No description provided.

@youngkidwarrior youngkidwarrior mentioned this pull request Oct 4, 2024
Copy link
Collaborator Author

youngkidwarrior commented Oct 4, 2024

This was referenced Oct 4, 2024
@youngkidwarrior youngkidwarrior marked this pull request as ready for review October 4, 2024 09:22
@stormcloud266 stormcloud266 force-pushed the 09-23-rewards_landing branch 2 times, most recently from 700af01 to 74a4b4b Compare October 5, 2024 00:02
@stormcloud266 stormcloud266 force-pushed the 09-23-rewards_landing branch 2 times, most recently from 3b6644a to cedb98b Compare October 5, 2024 00:49
@youngkidwarrior youngkidwarrior force-pushed the 09-23-rewards_landing branch 2 times, most recently from 9e9bf69 to f9a01bc Compare October 5, 2024 22:30
@youngkidwarrior youngkidwarrior changed the title Rewards Activity Page Activity Rewards Page Oct 18, 2024
Copy link

Vercel Unique URL: https://sendapp-apzdiqcvn-0xsend.vercel.app
Vercel Preview URL: sendapp-rewards-activity-page-0xsend.vercel.app
Last Commit: 1b9cf7f

Copy link

Playwright Report

Summary

Expected Skipped Unexpected Flaky Duration
4 0 86 0 196.87s

Suites

account-rewards.onboarded.spec.ts

can visit rewards page

  • chromium: ❌
  • firefox: ❌

account-sendtag-checkout.onboarded.spec.ts

can visit checkout page

  • chromium: ❌
  • firefox: ❌

can add a pending tag

  • chromium: ❌
  • firefox: ❌

cannot add an invalid tag name

  • chromium: ❌
  • firefox: ❌

can confirm a tag

  • chromium: ❌
  • firefox: ❌

can refer a tag

  • chromium: ❌
  • firefox: ❌

can refer multiple tags in separate transactions

  • chromium: ❌
  • firefox: ❌

cannot confirm a tag without paying

  • chromium: ❌
  • firefox: ❌

cannot add more than 5 tags

  • chromium: ❌
  • firefox: ❌

account-settings-backup.onboarded.spec.ts

can backup account

  • chromium: ❌
  • firefox: ❌

can remove a signer

  • chromium: ❌
  • firefox: ❌

account.logged-in.spec.ts

can visit account page

  • chromium: ❌
  • firefox: ❌

can update profile

  • chromium: ❌
  • firefox: ❌

activity.onboarded.spec.ts

can visit activity page and see correct activity feed

  • chromium: ❌
  • firefox: ❌

can search on activity page

  • chromium: ❌
  • firefox: ❌

home.onboarded.spec.ts

can visit token detail page

  • chromium: ❌
  • firefox: ❌

leaderboard.logged-in.spec.ts

can visit leaderboard page

  • chromium: ❌
  • firefox: ❌

onboarding.logged-in.spec.ts

can visit onboarding page

  • chromium: ❌
  • firefox: ❌

profile.anon.spec.ts

anon user can visit public profile

  • chromium: ✅
  • firefox: ✅

anon user cannot visit private profile

  • chromium: ✅
  • firefox: ✅

profile.logged-in.spec.ts

logged in user needs onboarding before visiting profile

  • chromium: ❌
  • firefox: ❌

profile.onboarded.spec.ts

can visit other user profile and send by tag

  • chromium: ❌
  • firefox: ❌

can visit my own profile

  • chromium: ❌
  • firefox: ❌

can visit private profile

  • chromium: ❌
  • firefox: ❌

can view activities between another profile

  • chromium: ❌
  • firefox: ❌

send.onboarded.spec.ts

can send USDC starting from profile page

  • chromium: ❌
  • firefox: ❌

can send USDC using tag starting from home page

  • chromium: ❌
  • firefox: ❌

can send USDC using sendid starting from home page

  • chromium: ❌
  • firefox: ❌

can send USDC using address starting from home page

  • chromium: ❌
  • firefox: ❌

can send ETH starting from profile page

  • chromium: ❌
  • firefox: ❌

can send ETH using tag starting from home page

  • chromium: ❌
  • firefox: ❌

can send ETH using sendid starting from home page

  • chromium: ❌
  • firefox: ❌

can send ETH using address starting from home page

  • chromium: ❌
  • firefox: ❌

can send SPX starting from profile page

  • chromium: ❌
  • firefox: ❌

can send SPX using tag starting from home page

  • chromium: ❌
  • firefox: ❌

can send SPX using sendid starting from home page

  • chromium: ❌
  • firefox: ❌

can send SPX using address starting from home page

  • chromium: ❌
  • firefox: ❌

can send SEND starting from profile page

  • chromium: ❌
  • firefox: ❌

can send SEND using tag starting from home page

  • chromium: ❌
  • firefox: ❌

can send SEND using sendid starting from home page

  • chromium: ❌
  • firefox: ❌

can send SEND using address starting from home page

  • chromium: ❌
  • firefox: ❌

sign-in.anon.spec.ts

redirect on sign-in

  • chromium: ❌
  • firefox: ❌

redirect to send confirm page on sign-in

  • chromium: ❌
  • firefox: ❌

sign-up.anon.spec.ts

can sign up

  • chromium: ❌
  • firefox: ❌

country code is selected based on geoip

  • chromium: ❌
  • firefox: ❌

@youngkidwarrior youngkidwarrior changed the base branch from 09-23-rewards_landing to update_activity_metric_view_to_include_verification_values October 18, 2024 07:19
Copy link
Collaborator Author

youngkidwarrior commented Oct 18, 2024

Merge activity

  • Oct 18, 5:36 AM EDT: A user started a stack merge that includes this pull request via Graphite.
  • Oct 18, 5:40 AM EDT: Graphite rebased this pull request as part of a merge.
  • Oct 18, 5:41 AM EDT: A user merged this pull request with Graphite.

@youngkidwarrior youngkidwarrior force-pushed the update_activity_metric_view_to_include_verification_values branch from a7738e6 to 879c069 Compare October 18, 2024 09:37
Base automatically changed from update_activity_metric_view_to_include_verification_values to dev October 18, 2024 09:39
@youngkidwarrior youngkidwarrior merged commit d5cf8ca into dev Oct 18, 2024
5 of 7 checks passed
@youngkidwarrior youngkidwarrior deleted the rewards_activity_page branch October 18, 2024 09:41
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