- 🇩🇪Germany andrerb
Still a problem with Drupal 10.1.2 and Seven 1.0.0 (contrib)
re-rolled patch
- last update
over 1 year ago Custom Commands Failed - Status changed to Needs review
about 1 year ago 4:03am 6 September 2023 - last update
about 1 year ago Custom Commands Failed - 🇮🇳India gauravvvv Delhi, India
Tried fixing CCF in #55, 55 not applied on D11, so not attaching the interdiff.
- last update
about 1 year ago Custom Commands Failed - Status changed to Needs work
about 1 year ago 4:35am 6 September 2023 The Needs Review Queue Bot → tested this issue. It fails the Drupal core commit checks. Therefore, this issue status is now "Needs work".
This does not mean that the patch needs to be re-rolled or the MR rebased. Read the Issue Summary, the issue tags and the latest discussion here to determine what needs to be done.
Consult the Drupal Contributor Guide → to find step-by-step guides for working with issues.
- Status changed to Needs review
about 1 year ago 8:15am 6 September 2023 - last update
about 1 year ago Build Successful - Status changed to Needs work
about 1 year ago 5:44pm 8 September 2023 - First commit to issue fork.
- First commit to issue fork.
- 🇦🇺Australia mstrelan
Not just nightwatch that's failing now:
Functional JavaScript:
- Drupal\Tests\settings_tray\FunctionalJavascript\SettingsTrayBlockFormTest::testBlocks
- Drupal\Tests\layout_builder\FunctionalJavascript\LayoutBuilderToolbarTest::testBackToSiteLink
- Drupal\Tests\contextual\FunctionalJavascript\ContextualLinksTest::testContextualLinksClick
- Drupal\Tests\toolbar\FunctionalJavascript\ToolbarHeightCalculationTest::testToolbarHeightCalculation
Nightwatch:
- Check toolbar overlap with page content
- 🇮🇳India rohit sankhla
I was able to fix this issue by adding one line of css.
#toolbar-item-administration-tray.toolbar-tray-horizontal { height: 40px; }