Resolve #2254189 "Fix performance nodetranslation attempt2"
Closed
requested to merge issue/drupal-2254189:2254189-fix-performance-nodetranslation-attempt2 into 11.x
1 unresolved thread
Compare changes
Conflict: This file was modified in both the source and target branches.
Ask someone with write access to resolve it.
@@ -2,13 +2,20 @@
@@ -18,6 +25,7 @@
@@ -29,18 +37,12 @@ class NodeTranslationUITest extends ContentTranslationUITestBase {
@@ -53,27 +55,40 @@ class NodeTranslationUITest extends ContentTranslationUITestBase {
@@ -99,10 +114,6 @@ public function testPublishedStatusNoFields() {
@@ -312,6 +323,15 @@ public function testDisabledBundle() {
@@ -556,6 +576,20 @@ public function testRevisionTranslationRendering() {
@@ -563,6 +597,10 @@ public function testDetailsTitleIsNotEscaped() {
This could be done in an API call.
Though I have no idea why we need to delete a field here. That smells wrong too.
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.