Skip to content

Commit

Permalink
Issue #3138783 by mohrerao, jungle, DevJoJodae: Fix "Partially" relev…
Browse files Browse the repository at this point in the history
…ant typos in core

(cherry picked from commit 8b43890b4ee3bec9bdde9e6d4898908a6ed5f1c9)
  • Loading branch information
catch committed May 28, 2020
1 parent cf2073b commit 7100e34
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public function testAjaxElementValidation() {
$this->assertNotNull($placeholder_text, 'A callback successfully echoed back a string.');

$this->drupalGet('ajax_validation_test');
// Partialy complete the form with a number.
// Partially complete the form with a number.
$page->fillField('drivernumber', '12345');
$page->findField('spare_required_field')->focus();

Expand Down

0 comments on commit 7100e34

Please sign in to comment.