Problem/Motivation
https://git.drupalcode.org/issue/drupal-3583486/-/jobs/11292799#L574
✘ Layout builder ui
┐
├ Behat\Mink\Exception\ElementNotFoundException: Element matching css ".layout__region--second .block-system-powered-by-block" not found.
│
│ /builds/vendor/behat/mink/src/WebAssert.php:465
│ /builds/core/modules/layout_builder/tests/src/FunctionalJavascript/LayoutBuilderTest.php:193
┴
Steps to reproduce
Proposed resolution
Remaining tasks
User interface changes
Introduced terminology
API changes
Data model changes
Release notes snippet
Issue fork drupal-3614520
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
- 3614520-random-test-failure
changes, plain diff MR !16521
Comments
Comment #4
velmir_taky commentedCI: the layout_builder FunctionalJavascript job (3/3) is green — testLayoutBuilderUi passes.
Comment #5
danielvezaIt would be nice to rework these tests to use less JS, but thats an issue for another day. For now, this should work well enough. Just left some minor fedback on the MR.
Don't think this should be critical.
Comment #6
velmir_taky commentedTrimmed the docblock to a single summary line, thanks.
Comment #7
danielvezaI think this can be RTBC. The comment could probably even just be "Saves the Layout", but I don't want to keep an issue delayed for a single comment in a test file.
Comment #8
danielvezaComment #9
longwaveSimilar to #3614519: [random test failure] CKEditor5AllowedTagsTest::testFullHtml I think we should just inline the helper, it makes the test easier to read.
Comment #10
velmir_taky commentedDone, inlined the helper. Thanks!
Comment #11
smustgrave commentedFeedback appears to be addressed here.
Comment #12
godotislateTest passes 300x: https://git.drupalcode.org/issue/drupal-3614520/-/jobs/11360454
Comment #15
godotislateCommitted and pushed d4cf531 to main and 359cb8f to 11.x. Thanks!