Skip to content
Snippets Groups Projects
Commit 70f0717f authored by Adam Bramley's avatar Adam Bramley Committed by Lee Rowlands
Browse files

Issue #3499559: Fix tests on HEAD

parent 2bffaadd
No related branches found
No related tags found
1 merge request!30Resolve #3499559 "Fix tests on HEAD"
Pipeline #398138 passed with warnings
...@@ -77,6 +77,7 @@ class DynamicEntityReferenceTest extends BrowserTestBase { ...@@ -77,6 +77,7 @@ class DynamicEntityReferenceTest extends BrowserTestBase {
'entity_test_map_field', 'entity_test_map_field',
'entity_test_no_bundle_with_label', 'entity_test_no_bundle_with_label',
'entity_test_unique_constraint', 'entity_test_unique_constraint',
'entity_test_uuid_id',
]; ];
/** /**
......
...@@ -215,7 +215,6 @@ class DynamicEntityReferenceTest extends WebDriverTestBase { ...@@ -215,7 +215,6 @@ class DynamicEntityReferenceTest extends WebDriverTestBase {
// path for delta 1 autocomplete field. // path for delta 1 autocomplete field.
$this->assertSame($autocomplete_field_1->getAttribute('data-autocomplete-path'), $entity_test_path); $this->assertSame($autocomplete_field_1->getAttribute('data-autocomplete-path'), $entity_test_path);
$page = $this->getSession()->getPage(); $page = $this->getSession()->getPage();
$assert_session->assertWaitOnAjaxRequest(20000);
$page->checkField('settings[entity_test][handler_settings][auto_create]'); $page->checkField('settings[entity_test][handler_settings][auto_create]');
$this->submitForm([], 'Save settings'); $this->submitForm([], 'Save settings');
$assert_session->pageTextContains('Saved Foobar configuration'); $assert_session->pageTextContains('Saved Foobar configuration');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment