Skip to content
Snippets Groups Projects
Commit 0e0d9745 authored by Angie Byron's avatar Angie Byron
Browse files

#841266 follow-up by Nephele: Fixing tests broken by label change.

parent e157b096
No related branches found
No related tags found
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
...@@ -478,7 +478,7 @@ class OptionsWidgetsTestCase extends FieldTestCase { ...@@ -478,7 +478,7 @@ class OptionsWidgetsTestCase extends FieldTestCase {
$this->drupalGet($fieldEditUrl); $this->drupalGet($fieldEditUrl);
$this->assertText( $this->assertText(
'Use field label instead the "On value" as label ', 'Use field label instead of the "On value" as label ',
t('Display setting checkbox available.') t('Display setting checkbox available.')
); );
...@@ -497,7 +497,7 @@ class OptionsWidgetsTestCase extends FieldTestCase { ...@@ -497,7 +497,7 @@ class OptionsWidgetsTestCase extends FieldTestCase {
// is stored and has the expected effect // is stored and has the expected effect
$this->drupalGet($fieldEditUrl); $this->drupalGet($fieldEditUrl);
$this->assertText( $this->assertText(
'Use field label instead the "On value" as label ', 'Use field label instead of the "On value" as label ',
t('Display setting checkbox is available') t('Display setting checkbox is available')
); );
$this->assertFieldChecked( $this->assertFieldChecked(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment