Skip to content

Commit

Permalink
because of failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
mlantz committed May 14, 2024
1 parent 0d1b071 commit 74c26ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Unit/FieldTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -373,6 +373,6 @@ public function testPasswordWithRevealTemplate()
->option('toggle', 'fooBar');

$this->assertStringContainsString('<input class="form-control" id="Password" data-bad="good" data-formsjs-onload-data="pwYoYo" data-formsjs-onload="_formsjs_passwordWithRevealField" name="password" type="password" value="">', (string) $field);
$this->assertStringContainsString('<button type="button" class="pwYoYo-Password foo-bar-biz">fooBar</button>', (string) $field);
$this->assertStringContainsString('<button tabindex="-1" type="button" class="pwYoYo-Password foo-bar-biz">fooBar</button>', (string) $field);
}
}

0 comments on commit 74c26ed

Please sign in to comment.