Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
3e378438
Commit
3e378438
authored
Mar 01, 2022
by
catch
Committed by
xjm
Mar 11, 2022
Browse files
Issue
#3267124
by longwave, alexpott: Temporarily skip failing tests
(cherry picked from commit
6e739530
)
parent
5e99b3b1
Changes
4
Hide whitespace changes
Inline
Side-by-side
core/modules/layout_builder/tests/src/FunctionalJavascript/AjaxBlockTest.php
View file @
3e378438
...
...
@@ -83,6 +83,7 @@ public function testAddAjaxBlock() {
// Find the radio buttons.
$name
=
'settings[ajax_test]'
;
/** @var \Behat\Mink\Element\NodeElement[] $radios */
$this
->
markTestSkipped
(
'Temporarily skipped due to random failures.'
);
$radios
=
$this
->
assertSession
()
->
fieldExists
(
$name
);
// Click them both a couple of times.
foreach
([
1
,
2
]
as
$rounds
)
{
...
...
core/modules/layout_builder/tests/src/FunctionalJavascript/ContentPreviewToggleTest.php
View file @
3e378438
...
...
@@ -92,6 +92,7 @@ public function testContentPreviewToggle() {
$this
->
getSession
()
->
reload
();
$this
->
assertNotEmpty
(
$assert_session
->
waitForElement
(
'css'
,
'.layout-builder-block__content-preview-placeholder-label'
));
$assert_session
->
pageTextNotContains
(
$content_preview_body_text
);
$this
->
markTestSkipped
(
'Temporarily skipped due to random failures.'
);
$this
->
assertContextualLinks
();
// Confirm repositioning blocks works with content preview disabled.
...
...
core/modules/layout_builder/tests/src/FunctionalJavascript/LayoutBuilderDisableInteractionsTest.php
View file @
3e378438
...
...
@@ -228,6 +228,7 @@ protected function assertContextualLinksClickable(): void {
$this
->
clickContextualLink
(
'.block-field-blocknodebundle-with-section-fieldbody [data-contextual-id^="layout_builder_block"]'
,
'Configure'
);
$this
->
assertNotEmpty
(
$assert_session
->
waitForElementVisible
(
'css'
,
'#drupal-off-canvas'
));
$page
->
pressButton
(
'Close'
);
$this
->
markTestSkipped
(
'Temporarily skipped due to random failures.'
);
$assert_session
->
assertNoElementAfterWait
(
'css'
,
'#drupal-off-canvas'
);
$this
->
assertContextualLinkRetainsMouseup
();
}
...
...
core/modules/layout_builder/tests/src/FunctionalJavascript/LayoutBuilderTest.php
View file @
3e378438
...
...
@@ -312,6 +312,7 @@ public function testConfigurableLayoutSections() {
$this
->
clickLink
(
'Add section'
);
$assert_session
->
waitForElementVisible
(
'named'
,
[
'link'
,
'Layout plugin (with settings)'
]);
$this
->
clickLink
(
'Layout plugin (with settings)'
);
$this
->
markTestSkipped
(
'Temporarily skipped due to random failures.'
);
$this
->
assertOffCanvasFormAfterWait
(
'layout_builder_configure_section'
);
$page
->
fillField
(
'layout_settings[setting_1]'
,
'Test Validation Error Message'
);
$page
->
pressButton
(
'Add section'
);
...
...
catch
@catch
mentioned in commit
44963493
·
Mar 11, 2022
mentioned in commit
44963493
mentioned in commit 44963493ef12f9e8ae914042edfc14b9fbc87815
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment