Resolve #2254189 "Fix performance nodetranslation attempt2"
Closed
requested to merge issue/drupal-2254189:2254189-fix-performance-nodetranslation-attempt2 into 11.x
1 unresolved thread
Closes #2254189
Merge request reports
Activity
added 170 commits
-
fe8bed7b...ed1c6900 - 169 commits from branch
project:11.x
- 02554292 - Reroll
-
fe8bed7b...ed1c6900 - 169 commits from branch
99 114 $this->drupalGet('admin/structure/types/manage/article/fields'); 100 115 $this->drupalGet('admin/structure/types/manage/article/fields/node.article.' . $this->fieldName . '/delete'); 101 116 $this->submitForm([], 'Delete'); When using the standard profile these fields are created. Now that the testing profile is used these fields do not exist and attempting to delete them fails with this error.
1) Drupal\Tests\node\Functional\NodeTranslationUITest::testPublishedStatusNoFields Behat\Mink\Exception\ElementNotFoundException: Button with id|name|label|value "Delete" not found.
Please register or sign in to reply