Skip to content
This repository was archived by the owner on Oct 20, 2025. It is now read-only.

Commit b992cd0

Browse files
committed
2 parents c1a7312 + e02f5dc commit b992cd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/tests/Browser/Form/RelationsTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ public function it_can_handle_a_relationship_with_checkboxes()
7777

7878
$newIds = [$keywords->get(0)->id, $keywords->get(7)->id, $keywords->get(8)->id, $keywords->get(9)->id];
7979

80-
$this->browse(function (Browser $browser) use ($keywords, $newIds) {
80+
$this->browse(function (Browser $browser) use ($keywords) {
8181
$browser->visit('form/relations/checkboxRelation')
8282
->waitForText('FormComponents')
8383
->assertChecked('keywords[]', $keywords->get(0)->id)

0 commit comments

Comments
 (0)