Skip to content
Snippets Groups Projects

Resolve #2254189 "Fix performance nodetranslation attempt2"

1 unresolved thread

Closes #2254189

Merge request reports

Merge request pipeline #74367 passed

Pipeline: drupal-2254189

#74372

    Merge request pipeline passed for 02554292

    Closed by quietonequietone 1 year ago (Jan 10, 2024 9:50pm UTC)

    Loading

    Activity

    Filter activity
    • Approvals
    • Assignees & reviewers
    • Comments (from bots)
    • Comments (from users)
    • Commits & branches
    • Edits
    • Labels
    • Lock status
    • Mentions
    • Merge request status
    • Tracking
    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');
    • 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.

      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
  • closed

  • Please register or sign in to reply
    Loading