Closed (fixed)
Project:
Build Hooks
Version:
3.0.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
26 Mar 2021 at 06:45 UTC
Updated:
26 May 2021 at 00:19 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
anjali rathodComment #3
anjali rathodIs test needed for the above changes?
For test I have done this.
Comment #4
larowlanYes please, there's an existing test for the config form.
See
\Drupal\Tests\build_hooks\Functional\UiTest::assertThatAdminCanAddFrontEndEnvironmentthere's an existing test that does this:if it were changed to this
that would be sufficient.
And then if we could use the constant
\Drupal\Core\Entity\EntityTypeInterface::BUNDLE_MAX_LENGTHinstead of hard-coding 32Thanks!
Comment #5
anjali rathodThanks , made the changes as mentioned.
Comment #6
larowlanAssuming this comes back green - thank you 💪
Comment #8
anjali rathodThe test failed. checking for the text
Comment #9
anjali rathodComment #11
anjali rathodComment #13
anjali rathodComment #14
anjali rathod@larowlan hopefully this patch should pass. Tried testing for the first time hence there was a lot of confusion about the error message.
Comment #15
larowlanawesome work @Anjali Rathod, thanks for sticking at it
Comment #17
larowlanThis will go out as 3.1.3 shortly