-
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
[No QA][TS migration] Restore migrate workflow_tests, adjust utils migration #38934
[No QA][TS migration] Restore migrate workflow_tests, adjust utils migration #38934
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
workflow_tests/lint.test.ts
Outdated
import {MockGithub} from '@kie/mock-github'; | ||
import path from 'path'; | ||
import assertions from './assertions/lintAssertions'; | ||
import LINT__LINT__STEP_MOCKS from './mocks/lintMocks'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
import LINT__LINT__STEP_MOCKS from './mocks/lintMocks'; | |
import mocks from './mocks/lintMocks'; |
Merge with main
first
import {MockGithub} from '@kie/mock-github'; | ||
import path from 'path'; | ||
import assertions from './assertions/createNewVersionAssertions'; | ||
import * as mocks from './mocks/createNewVersionMocks'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
import * as mocks from './mocks/createNewVersionMocks'; | |
import mocks from './mocks/createNewVersionMocks'; |
Merge with main
first
workflow_tests/deploy.test.ts
Outdated
import {MockGithub} from '@kie/mock-github'; | ||
import path from 'path'; | ||
import assertions from './assertions/deployAssertions'; | ||
import * as mocks from './mocks/deployMocks'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
import * as mocks from './mocks/deployMocks'; | |
import mocks from './mocks/deployMocks'; |
Merge with main
first
workflow_tests/deployBlocker.test.ts
Outdated
import {MockGithub} from '@kie/mock-github'; | ||
import path from 'path'; | ||
import assertions from './assertions/deployBlockerAssertions'; | ||
import * as mocks from './mocks/deployBlockerMocks'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
import * as mocks from './mocks/deployBlockerMocks'; | |
import mocks from './mocks/deployBlockerMocks'; |
Merge with main
first
import {MockGithub} from '@kie/mock-github'; | ||
import path from 'path'; | ||
import assertions from './assertions/finishReleaseCycleAssertions'; | ||
import * as mocks from './mocks/finishReleaseCycleMocks'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
import * as mocks from './mocks/finishReleaseCycleMocks'; | |
import mocks from './mocks/finishReleaseCycleMocks'; |
Merge with main
first
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM but let's merge with main
again and test if workflow tests are passing before opening!
…32051-23055-tests
Reviewer Checklist
Screenshots/VideosAndroid: NativeAndroid: mWeb ChromeiOS: NativeiOS: mWeb SafariMacOS: Chrome / SafariMacOS: Desktop |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Blindly approving.
We did not find an internal engineer to review this PR, trying to assign a random engineer to #32051 as well as to this PR... Please reach out for help on Slack if no one gets assigned! |
🚀 Deployed to staging by https://github.com/francoisl in version: 1.4.58-0 🚀
|
🚀 Deployed to production by https://github.com/Beamanator in version: 1.4.58-8 🚀
|
Details
Fixed Issues
$ #32051
$ #32052
$ #32053
$ #32054
$ #32055
PROPOSAL:
Tests
npm run workflow-test
Offline tests
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 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