Issue #3138783 by mohrerao, jungle, DevJoJodae: Fix "Partially" relevant typos in core
(cherry picked from commit 8b43890b4e
)
merge-requests/64/head
parent
84549766d1
commit
c97747138e
|
@ -44,7 +44,7 @@ class ElementValidationTest extends WebDriverTestBase {
|
||||||
$this->assertNotNull($placeholder_text, 'A callback successfully echoed back a string.');
|
$this->assertNotNull($placeholder_text, 'A callback successfully echoed back a string.');
|
||||||
|
|
||||||
$this->drupalGet('ajax_validation_test');
|
$this->drupalGet('ajax_validation_test');
|
||||||
// Partialy complete the form with a number.
|
// Partially complete the form with a number.
|
||||||
$page->fillField('drivernumber', '12345');
|
$page->fillField('drivernumber', '12345');
|
||||||
$page->findField('spare_required_field')->focus();
|
$page->findField('spare_required_field')->focus();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue