-
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
Track-travel-analytics.md #46163
Track-travel-analytics.md #46163
Conversation
New helpsite page
@puneetlath 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] |
@stephanieelliott looks like you have a couple failing tests. |
Replaces #46163, which was created in the wrong location
Ok so one issue is that it was under the wrong hub -- @puneetlath I added an identical file under the correct file path, and deleted the one under the wrong file path. Would you mind giving this a quick approving review once more? I can't figure out how to fix the build failure for the life of me. Posted in #expensify-help to see if someone can take a look: https://expensify.slack.com/archives/C02QSAC6BJ8/p1721966324774629 |
From the thread it looks like it's because the file is missing the .md extension. Can you add that? |
@stephanieelliott bump on this. |
fixed file extension
This is still failing -- Asked in #expensifyhelp: https://expensify.slack.com/archives/C02QSAC6BJ8/p1722295098000779?thread_ts=1721966324.774629&cid=C02QSAC6BJ8 |
it is a false positive. happens when a rename commit is pushed. we can safely ignore it sidenote: it is supposed to fail softly and let the build continue, i'll have to investigate |
^^ from Rushat. So we can just ignore that test @puneetlath! |
Do we have a GH issue for this? If not, @stephanieelliott can you create one? |
Reviewer Checklist
Screenshots/VideosAndroid: NativeAndroid: mWeb ChromeiOS: NativeiOS: mWeb SafariMacOS: Chrome / SafariMacOS: Desktop |
@puneetlath looks like this was merged without a test passing. Please add a note explaining why this was done and remove the |
Failing test was a false positive: #46163 (comment) |
🚀 Deployed to staging by https://github.com/puneetlath in version: 9.0.15-0 🚀
|
🚀 Deployed to production by https://github.com/roryabraham in version: 9.0.15-9 🚀
|
Details
Note that screenshots will be applied later once https://github.com/Expensify/Expensify/issues/415260 is actioned.
Fixed Issues
Partial fix for https://github.com/Expensify/Expensify/issues/404838
PROPOSAL: https://docs.google.com/document/d/1ndKh14NKb52Rk2j7bKxATs0yCdusZodirCwLE46u6Sg/edit
QA Steps
PR Author Checklist
### Fixed Issues
section aboveTests
sectionOffline steps
sectionQA steps
sectiontoggleReport
and notonIconClick
)myBool && <MyComponent />
.src/languages/*
files and using the translation methodWaiting for Copy
label for a copy review on the original GH to get the correct copy.STYLE.md
) were followedAvatar
, I verified the components usingAvatar
are working as expected)/** comment above it */
this
are necessary to be bound (i.e. avoidthis.submit = this.submit.bind(this);
ifthis.submit
is never passed to a component event handler likeonClick
)StyleUtils.getBackgroundAndBorderStyle(themeColors.componentBG)
)Avatar
is modified, I verified thatAvatar
is working as expected in all cases)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/Videosundefined