Skip to content
This repository has been archived by the owner on Nov 7, 2022. It is now read-only.

test: fix e2e error after graphql refactor #451

Merged
merged 1 commit into from
Jul 21, 2022

Conversation

z4cki
Copy link
Contributor

@z4cki z4cki commented Jul 21, 2022

fix: #437

  1. update Api changes
  2. add state field for create page

@z4cki z4cki marked this pull request as ready for review July 21, 2022 11:03
@z4cki z4cki requested a review from stackia July 21, 2022 11:03
@codecov
Copy link

codecov bot commented Jul 21, 2022

Codecov Report

Merging #451 (11cf7e9) into main (2cd80ac) will decrease coverage by 0.01%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##             main     #451      +/-   ##
==========================================
- Coverage   69.68%   69.66%   -0.02%     
==========================================
  Files        1060     1060              
  Lines       18022    18027       +5     
  Branches     2494     2496       +2     
==========================================
  Hits        12559    12559              
- Misses       5150     5155       +5     
  Partials      313      313              
Flag Coverage Δ
frontend-unit 65.31% <ø> (-0.03%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
apps/client-web/src/routes/accounts/sign-in.tsx 0.00% <ø> (ø)
packages/design-system/src/utilities/scrollbar.ts 88.23% <0.00%> (-11.77%) ⬇️
...ditor/src/tiptapRefactor/ReactNodeViewRenderer.tsx 56.66% <0.00%> (-1.40%) ⬇️
...legacy-editor/src/tiptapRefactor/EditorContent.tsx 75.00% <0.00%> (-1.32%) ⬇️
...ts/blockViews/Spreadsheet/useFormulaSpreadsheet.ts 80.64% <0.00%> (-1.18%) ⬇️
...ts/blockViews/Spreadsheet/SpreadsheetBlockView.tsx 31.57% <0.00%> (-1.02%) ⬇️
packages/formula/src/context/context.ts 77.77% <0.00%> (-0.80%) ⬇️
packages/formula/src/type/index.ts 100.00% <0.00%> (ø)
packages/formula/src/context/variable.ts 82.14% <0.00%> (ø)
packages/formula/src/grammar/completer.ts 93.87% <0.00%> (ø)
... and 3 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 2cd80ac...11cf7e9. Read the comment docs.

@github-actions
Copy link
Contributor

This pull request has been built and is available for preview at pr451.mashcard.dev.
Default username/password is test1@example.com & test1234.

Devtools

@stackia stackia merged commit 8a01c97 into main Jul 21, 2022
@stackia stackia deleted the fix-e2e-error-after-graphql-refactor branch July 21, 2022 11:44
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.

e2e has some errors that need to be fixed after the graphql refactor
2 participants