-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Bump the patternfly group with 6 updates #20962
Conversation
4e22955
to
4e3ba23
Compare
Not refreshing as there are several pixel failures here which need to be investigated first. |
With that you mean, this one? I don't see any other It misses the left right arrows |
@jelly ah right, storage is a known flake. I think it's not really "missing" the arrows, at first sight it is just scrolled differently horizontally? |
Maybe, needs some investigation: Locally this looks fine, the breakpoint starts at about ~435 and the screenshot is 414 exactly and I can't really reproduce this scenario locally. The test has some history: b.set_layout("mobile")
# Waiting a bit for the layout to stabilize. The scrolling of
# the header happens asynchronously with an animation.
time.sleep(2)
# Now scroll the header all the way to the left to get a conistent pixel test result
nav_scroll_btn = ".services-header button[aria-label='Scroll back']"
while b.call_js_func("ph_attr", nav_scroll_btn, "disabled") is None:
b.click(nav_scroll_btn)
time.sleep(0.5) So with |
@dependabot recreate |
4e3ba23
to
9534d37
Compare
9534d37
to
1cc90c3
Compare
Needs a node_modules update but let's wait till the tests pass. |
@dependabot recreate |
1f9b707
to
5b050ba
Compare
5b050ba
to
1e6776f
Compare
This keeps failing on when the modified test continues after switching back to desktop layout. Loading all the services just takes a ... while. |
0c6ca64
to
9d66609
Compare
@dependabot recreate |
9d66609
to
106e296
Compare
Dependabot couldn't find the original pull request head commit, 5b050ba.
106e296
to
419b120
Compare
Resizing to a mobile layout does not trigger the NavList to show the buttons on the left and right to scroll through the list. They do show up when refreshing the page.
Bumps the patternfly group with 6 updates:
5.3.1
5.4.0
5.3.4
5.4.0
5.3.2
5.4.0
5.3.1
5.4.0
5.3.4
5.4.0
5.3.1
5.4.0
Updates
@patternfly/patternfly
from 5.3.1 to 5.4.0Release notes
Sourced from
@patternfly/patternfly
's releases.... (truncated)
Commits
f75001a
Update issue templatesa9e2a7a
Update issue templatesc0c2559
Update and rename PF6_alpha_bug_request.md to PF6_beta_bug_request.md (#6935)fec6266
chore(deps): update dependency@patternfly/documentation-framework
to v5.16.1...1550c08
chore(deps): update dependency@patternfly/documentation-framework
to v5.16.1...ca9b9e6
fix(InlineEdit): updated example to match React (#6877)d5ee3d9
chore(build): corepack use [email protected] (#6872)50182be
chore(deps): update dependency@patternfly/react-code-editor
to v5.3.4 (#6859)aad6f30
fix(form): support label addl info in horizontal form (#6853)baa5f63
chore(deps): update dependency@patternfly/react-table
to v5.3.4 (#6861)Updates
@patternfly/react-core
from 5.3.4 to 5.4.0Commits
3ef073a
chore(release): releasing packages [ci skip]7a25feb
chore: Update promote.sh to promote to npm.494143d
chore: Update promote.sh with dry run5836008
Revert "chore(release): Update promote.sh"5937183
chore(release): Update promote.sh701ccd9
Revert "chore(release): releasing packages [ci skip]"48c08cb
chore(release): releasing packages [ci skip]a76ba5e
chore(release): releasing packages [ci skip]279c54f
fix(Table): remove blank scope in empty deprecated table headers (#10875)7b64b05
Update issue templatesUpdates
@patternfly/react-icons
from 5.3.2 to 5.4.0Commits
3ef073a
chore(release): releasing packages [ci skip]7a25feb
chore: Update promote.sh to promote to npm.494143d
chore: Update promote.sh with dry run5836008
Revert "chore(release): Update promote.sh"5937183
chore(release): Update promote.sh701ccd9
Revert "chore(release): releasing packages [ci skip]"48c08cb
chore(release): releasing packages [ci skip]a76ba5e
chore(release): releasing packages [ci skip]279c54f
fix(Table): remove blank scope in empty deprecated table headers (#10875)7b64b05
Update issue templatesUpdates
@patternfly/react-styles
from 5.3.1 to 5.4.0Updates
@patternfly/react-table
from 5.3.4 to 5.4.0Commits
3ef073a
chore(release): releasing packages [ci skip]7a25feb
chore: Update promote.sh to promote to npm.494143d
chore: Update promote.sh with dry run5836008
Revert "chore(release): Update promote.sh"5937183
chore(release): Update promote.sh701ccd9
Revert "chore(release): releasing packages [ci skip]"48c08cb
chore(release): releasing packages [ci skip]a76ba5e
chore(release): releasing packages [ci skip]279c54f
fix(Table): remove blank scope in empty deprecated table headers (#10875)7b64b05
Update issue templatesUpdates
@patternfly/react-tokens
from 5.3.1 to 5.4.0Commits
3ef073a
chore(release): releasing packages [ci skip]7a25feb
chore: Update promote.sh to promote to npm.494143d
chore: Update promote.sh with dry run5836008
Revert "chore(release): Update promote.sh"5937183
chore(release): Update promote.sh701ccd9
Revert "chore(release): releasing packages [ci skip]"48c08cb
chore(release): releasing packages [ci skip]a76ba5e
chore(release): releasing packages [ci skip]279c54f
fix(Table): remove blank scope in empty deprecated table headers (#10875)7b64b05
Update issue templatesDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major version
will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor version
will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>
will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>
will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>
will remove the ignore condition of the specified dependency and ignore conditions