-
Notifications
You must be signed in to change notification settings - Fork 15
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
test: page in various screens #3736
test: page in various screens #3736
Conversation
🦋 Changeset detectedLatest commit: 315f88e The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
6cef84b
to
2454b83
Compare
@toptal-bot run package:alpha-release |
2454b83
to
4c13182
Compare
4c13182
to
b77b632
Compare
@toptal-anvil ping reviewers |
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.
2dbb1ab
to
e81258d
Compare
@TomasSlama Thank you for noticing, addressed! |
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.
ddd97a9
to
de3bd82
Compare
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.
Added some comments
d204710
to
3255a5c
Compare
3255a5c
to
adf85b9
Compare
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.
I added some comments, mostly on documenting the workarounds and non-obvious choices
e4d967f
to
5c2ab6a
Compare
@toptal-bot run package:alpha-release |
Your alpha package is ready 🎉 |
5c2ab6a
to
d89dd3b
Compare
d89dd3b
to
315f88e
Compare
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.
Nice work @sashuk 👍
FX-4090
Description
This pull request adds tests that make sure that the dropdown menu (with hamburger button) works and looks as expected on all screens.
The
disablePortal
was added to thepackages/picasso/src/PageHamburger/PageHamburger.tsx
in order to observe the menu when testing in Cypress (fix discovered by @mkrl)How to test
master
branch, set up default configurationnode_modules/@toptal/picasso/PageHamburger/PageHamburger.js
file and adddisablePortal: true
Development checks
props
in component with documentationexamples
for componentPR commands
List of available commands:
@toptal-bot run package:alpha-release
- Release alpha version@toptal-anvil ping reviewers
- Ping FX team for reviewPR Review Guidelines
When to approve? ✅
You are OK with merging this PR and
nit:
to your comment. (ex.nit: I'd rename this variable from makeCircle to getCircle
)When to request changes? ❌
You are not OK with merging this PR because
When to comment (neither ✅ nor ❌)
You want your comments to be addressed before merging this PR in cases like:
How to handle the comments?