[No QA] [TS migration] Migrate 'GooglePlacesUtils.perf-test.js' , 'merge.js' , 'adbTypeText.js' , adbBackspace.js' , 'removeInvisibleCharacters.js' test to TypeScript#37676
Conversation
| // eslint-disable-next-line @typescript-eslint/require-await | ||
| const adbBackspace = async () => { |
There was a problem hiding this comment.
Maybe we can make this function to be sync?
But to make it all work, we need to remove async here and for adbTypeText function.
And then in this part
Lines 143 to 149 in 982e2ee
update it to just
const status = nativeCommands.executeFromPayload(data?.actionName, data?.payload);
if (status) {
res.end('ok');
return;
}
res.statusCode = 500;
res.end('Error executing command');
There was a problem hiding this comment.
Although I agree with the change we should test it carefully in order to avoid regressions
There was a problem hiding this comment.
Seems to be working locally fine. @hannojg could ypu also take a look on those changes ?
| // eslint-disable-next-line @typescript-eslint/require-await | ||
| const adbTypeText = async (text: string) => { |
|
@eVoloshchak 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] |
|
We did not find an internal engineer to review this PR, trying to assign a random engineer to #32021 as well as to this PR... Please reach out for help on Slack if no one gets assigned! |
Reviewer Checklist
Screenshots/VideosAndroid: NativeAndroid: mWeb ChromeiOS: NativeiOS: mWeb SafariMacOS: Chrome / SafariMacOS: Desktop |
|
🚀 Deployed to staging by https://github.com/flodnv in version: 1.4.52-0 🚀
|
|
🚀 Deployed to production by https://github.com/Beamanator in version: 1.4.52-6 🚀
|
Details
Fixed Issues
$ #32021
$ #32022
$ #32023
$ #32024
$ #32025
Tests
Offline tests
QA Steps
PR Author Checklist
### Fixed Issuessection aboveTestssectionOffline stepssectionQA stepssectiontoggleReportand notonIconClick)myBool && <MyComponent />.src/languages/*files and using the translation methodWaiting for Copylabel for a copy review on the original GH to get the correct copy.STYLE.md) were followedAvatar, I verified the components usingAvatarare working as expected)StyleUtils.getBackgroundAndBorderStyle(theme.componentBG))Avataris modified, I verified thatAvataris working as expected in all cases)Designlabel so the design team can review the changes.ScrollViewcomponent to make it scrollable when more elements are added to the page.mainbranch was merged into this PR after a review, I tested again and verified the outcome was still expected according to theTeststeps.Screenshots/Videos
Android: Native
Android: mWeb Chrome
iOS: Native
iOS: mWeb Safari
MacOS: Chrome / Safari
MacOS: Desktop