Fix Integrations page test assertion chain syntax.
Deploy Ladill Frontdesk / deploy (push) Successful in 43s

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
isaacclad
2026-07-12 18:41:01 +00:00
co-authored by Cursor
parent 53d0e6c2a9
commit ac33bbf440
@@ -67,7 +67,7 @@ class FrontdeskMessagingIntegrationsTest extends TestCase
->assertOk()
->assertSee('SMS')
->assertSee('Email')
->assertDontSee('bill your');
->assertDontSee('bill your')
->assertSee('Outbound webhooks');
}