Issue #3138783 by mohrerao, jungle, DevJoJodae: Fix "Partially" relevant typos in core

(cherry picked from commit 8b43890b4e)
merge-requests/64/head
catch 2020-05-28 12:14:25 +01:00
parent 84549766d1
commit c97747138e
1 changed files with 1 additions and 1 deletions

View File

@ -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();