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

deploy #559

Merged
merged 2 commits into from
Jul 7, 2024
Merged

deploy #559

merged 2 commits into from
Jul 7, 2024

Conversation

0xBigBoss
Copy link
Contributor

No description provided.

0xBigBoss added 2 commits July 5, 2024 23:08
* temporal workers

* simple e2e workers example

* bump node version

* Add WorkflowA test and update dependencies and tsconfig

Adds a new test file for WorkflowA, updates the `jest`,
`ts-node`, and `typescript` dependencies to specific versions, and
makes changes to the `tsconfig.json` file in the `packages/workflows`
directory.

* cleanup tiltfiles

* add workers to tilt

* add missing workers:test
* just copy calc dist shares to workflow for now

* update supabase, drop pierre

* more esm + tsconfig

* small tweak

* ok building now

* upgrade some more

* next logs activity now

* fix app tests

* fix specs after the /

* clean up app tests

* fix case sensitive tiltfiles
@0xBigBoss 0xBigBoss self-assigned this Jul 7, 2024
@0xBigBoss 0xBigBoss merged commit 93f2638 into main Jul 7, 2024
18 checks passed
Copy link

github-actions bot commented Jul 7, 2024

Playwright Report

Summary

Expected Skipped Unexpected Flaky Duration
67 4 1 2 87.15s

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: ✅

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: ❌
    • Error: �[31mTimed out 5000ms waiting for �[39m�[2mexpect(�[22m�[31mlocator�[39m�[2m).�[22mtoBeHidden�[2m()�[22m

Locator: getByTestId('RemovePasskeyButton')
Expected: hidden
Received: visible
Call log:
�[2m- expect.soft.toBeHidden with timeout 5000ms�[22m
�[2m - waiting for getByTestId('RemovePasskeyButton')�[22m
�[2m - locator resolved to <button disabled tabindex="0" role="button" aria-busy="t…>…�[22m
�[2m - unexpected value "visible"�[22m
�[2m - locator resolved to <button disabled tabindex="0" role="button" aria-busy="t…>…�[22m
�[2m - unexpected value "visible"�[22m
�[2m - locator resolved to <button disabled tabindex="0" role="button" aria-busy="t…>…�[22m
�[2m - unexpected value "visible"�[22m
�[2m - locator resolved to <button disabled tabindex="0" role="button" aria-busy="t…>…�[22m
�[2m - unexpected value "visible"�[22m
�[2m - locator resolved to <button disabled tabindex="0" role="button" aria-busy="t…>…�[22m
�[2m - unexpected value "visible"�[22m
�[2m - locator resolved to <button disabled tabindex="0" role="button" aria-busy="t…>…�[22m
�[2m - unexpected value "visible"�[22m
�[2m - locator resolved to <button disabled tabindex="0" role="button" aria-busy="t…>…�[22m
�[2m - unexpected value "visible"�[22m
�[2m - locator resolved to <button disabled tabindex="0" role="button" aria-busy="t…>…�[22m
�[2m - unexpected value "visible"�[22m
�[2m - locator resolved to <button disabled tabindex="0" role="button" aria-busy="t…>…�[22m
�[2m - unexpected value "visible"�[22m

130 | await bundlerRes // wait for bundler response
131 | await expect.soft(removeBtn).toBeHidden() // page navigates after successful mutation

132 | await expect.soft(page.getByTestId('RemovePasskeyButton')).toBeHidden() // page navigates after successful mutation
| ^
133 | await expect(page.getByTestId('RemovePasskeyError')).toBeHidden() // no err
134 |
135 | // retry until signing key is removed from the account

at /home/byoung/actions-runner/_work/sendapp/sendapp/packages/playwright/tests/account-settings-backup.onboarded.spec.ts:132:62
  • 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

  • chromium: ✅
  • firefox: ✅

can search on activity page

  • chromium: ✅
  • firefox: ✅

deposit.onboarded.spec.ts

can deposit USDC with web3 wallet

  • chromium: ✅
  • firefox: ✅

can deposit ETH with web3 wallet

  • chromium: ✅
  • firefox: ✅

home.onboarded.spec.ts

can visit token detail 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: ✅

send.onboarded.spec.ts

can send USDC starting from profile page

  • chromium: ✅
  • firefox: ✅

can send USDC using tag starting from send page

  • chromium: ✅
  • firefox: ✅

can send USDC using sendid starting from send page

  • chromium: ✅
  • firefox: 🚨

can send ETH starting from profile page

  • chromium: ✅
  • firefox: ✅

can send ETH using tag starting from send page

  • chromium: ✅
  • firefox: ✅

can send ETH using sendid starting from send page

  • chromium: ✅
  • firefox: ✅

can send SEND starting from profile page

  • chromium: ✅
  • firefox: ✅

can send SEND using tag starting from send page

  • chromium: ✅
  • firefox: ✅

can send SEND using sendid starting from send page

  • chromium: ✅
  • firefox: ✅

can send USDC to user on profile

  • chromium: ⏭
  • firefox: ⏭

can send USDC to user on profile using paymaster

  • chromium: ⏭
  • firefox: ⏭

sign-up.anon.spec.ts

can sign up

  • chromium: ✅
  • firefox: ✅

country code is selected based on geoip

  • chromium: ✅
  • firefox: ✅

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.

1 participant