Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
gwleuverink committed Aug 25, 2024
1 parent 55a96ef commit ba3acf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Browser/LivewireInteropTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ public function it_can_use_imports_in_actions_using_one_time_js_expressions()

$browser
->waitForTextIn('#component', 'Text changes when the Livewire action is invoked')
// ->waitForLivewire()
// ->waitForLivewire() // throws error in CI but seems to work without?
->click('@action')
->waitForTextIn('#component', 'Hello from wire action!');
}
Expand Down

0 comments on commit ba3acf5

Please sign in to comment.