-
Notifications
You must be signed in to change notification settings - Fork 3k
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]Remove baseline branch as it doesn't exist on remote #11936
Conversation
This didn't seem to work: https://github.com/Expensify/App/actions/runs/3268841102/jobs/5375715230 |
Asked @hannojg to look into this as I am busy for the rest of my day: https://expensify.slack.com/archives/C035J5C9FAP/p1666046825610729?thread_ts=1666033887.055929&cid=C035J5C9FAP |
lgtm, but yes please figure out what's going on with the test. |
does this need my review? I have nothing to add 😅 |
708b42e
Hey, @AndrewGable glad that you were able to fix the tests! The changes look legit for me. I think the only thing left is to contact GitHub and ask them if they can help turn on KVM support (because I think its currently disabled from their site, so no chance for us to magically enable it 😅 ) if that's not a possibility we can check if there is a bigger runner available for macOS. If that's not a possibility we could check running our own dedicated server, and turning it into a GitHub runner, that you guys can use exclusively for your testing. |
Moving this back in draft - It's 100% a WIP now 😅 |
Details
This is a leftover todo when testing the e2e tests, just removes a branch from testing found here: https://github.com/Expensify/App/actions/runs/3268046064
Fixed Issues
Fixes broken tests
Tests
Apply e2e label and verify this runs on this branch and
main
.PR Review Checklist
PR Author Checklist
### Fixed Issues
section aboveTests
sectionQA steps
sectiontoggleReport
and notonIconClick
)src/languages/*
filesSTYLE.md
) were followedAvatar
, I verified the components usingAvatar
are working as expected)/** comment above it */
this
properly so there are no scoping issues (i.e. foronClick={this.submit}
the methodthis.submit
should be bound tothis
in the constructor)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)PR Reviewer Checklist
The reviewer will copy/paste it into a new comment and complete it after the author checklist is completed
### Fixed Issues
section aboveTests
sectionQA steps
sectiontoggleReport
and notonIconClick
).src/languages/*
filesSTYLE.md
) were followedAvatar
, I verified the components usingAvatar
have been tested & I retested again)/** comment above it */
this
properly so there are no scoping issues (i.e. foronClick={this.submit}
the methodthis.submit
should be bound tothis
in the constructor)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)QA Steps
Screenshots
Web
Mobile Web - Chrome
Mobile Web - Safari
Desktop
iOS
Android