2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
$this->assertRaw($translation_it->body['it'][0]['value'],t('Content created in Italian (disabled).'));
$this->assertRaw($translation_it->body['it'][0]['value'],t('Content created in Italian (disabled).'));
// Confirm that language neutral is an option for translators when there are
// disabled languages.
$this->drupalGet('node/add/page');
$this->assertFieldByXPath('//select[@name="language"]//option',LANGUAGE_NONE,t('Language neutral is available in language selection with disabled languages.'));