-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
Fix 53003 on room invite sms shown #53240
base: main
Are you sure you want to change the base?
Fix 53003 on room invite sms shown #53240
Conversation
@jayeshmangwani Please copy/paste the Reviewer Checklist from here into a new comment on this PR and complete it. If you have the K2 extension, you can simply click: [this button] |
will be changing images for android tests |
Thanks for the PR! Please also address the ESLint errors and fix the unit tests. |
ok, i'm working on it |
the unit tests said failed seems have passed but they are marked failed, what do you think ? |
maybe try to merge latest main branch and push again |
@Kalydosos Have you tested all 13 files where you made these changes? |
@jayeshmangwani the problem with the tests is the 'NO-BREAK SPACE' (U+00A0) character used here App/src/libs/LocalePhoneNumber.ts Line 23 in be6468c
i will modify the tests to replace spaces inside the static strings by that same character like here App/tests/unit/ReportUtilsTest.ts Line 101 in be6468c
|
@Kalydosos Lint is failing here, can you please fix it |
I believe we shouldn't change the tests in this PR, as the failures don't seem to be caused by our changes. Or am I missing something? |
@jayeshmangwani formatPhoneNumber replace simple space characters by no-break space characters (which make sense) App/src/libs/LocalePhoneNumber.ts Line 23 in be6468c
|
@jayeshmangwani the current lint failure have to do with the legacy use of withOnyx in some of the files. It is not from our changes. I guess to deploy on staging they will have to skip that test https://github.com/Expensify/App/actions/runs/12071160259/job/33662272975?pr=53240 |
Explanation of Change
Fixed Issues
$ #53003
PROPOSAL: #53003 (comment)
Tests
Offline tests
QA Steps
Same as tests
PR Author Checklist
### Fixed Issues
section aboveTests
sectionOffline steps
sectionQA steps
sectiontoggleReport
and notonIconClick
)src/languages/*
files and using the translation methodSTYLE.md
) were followedAvatar
, I verified the components usingAvatar
are working as expected)StyleUtils.getBackgroundAndBorderStyle(theme.componentBG)
)Avatar
is modified, I verified thatAvatar
is working as expected in all cases)Design
label and/or tagged@Expensify/design
so the design team can review the changes.ScrollView
component to make it scrollable when more elements are added to the page.main
branch was merged into this PR after a review, I tested again and verified the outcome was still expected according to theTest
steps.Screenshots/Videos
Android: Native
Android: mWeb Chrome
iOS: Native
iOS: mWeb Safari
MacOS: Chrome / Safari
MacOS: Desktop