fix: i18n disconnected state, tl.json translations, Playwright CI, dedup e2e#1262
Open
chinelo002 wants to merge 1 commit into
Open
fix: i18n disconnected state, tl.json translations, Playwright CI, dedup e2e#1262chinelo002 wants to merge 1 commit into
chinelo002 wants to merge 1 commit into
Conversation
… criticalFlows closes LabsCrypt#1241 closes LabsCrypt#1242 closes LabsCrypt#1250 closes LabsCrypt#1251
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
page.tsx: disconnected-state heading/subheading,Wallet Not Connectedh2, connect CTA button, and all 3RepaymentReminderBannerstrings (Repayment due in {h}h — Loan #,Repay now,Dismiss repayment reminder). Addeddisconnected.*,reminder.*, andcreditScore.*keys toen.json,es.json, andtl.json. Credit Score sectionaria-labelandTooltipstrings also wired throught().tl.jsonvalues that were verbatim copies of English, coveringNavigation,Kingdom,Notifications,LoanCard,AdminDisputes,LoanDetails,Liquidations, andActivityPage.status.liquidated.criticalFlows.spec.ts; those flows are owned byborrower-loan-flow.spec.tsandborrower-repay-flow.spec.tswith a single consistent set of route mocks. Retained Flow 2 (lending pool), Flow 4 (remittance history), and Flow 5 (settings/logout) which have no dedicated spec.e2ejob to.github/workflows/ci.yml: installs Playwright with Chromium, runsnpm run test:e2eunderfrontend/, and uploads the HTML/trace report as an artifact on failure. Job is gated onsupply-chain-audit+frontendpassing.closes #1241
closes #1242
closes #1250
closes #1251