Skip to content

Commit

Permalink
chore: phpunit test
Browse files Browse the repository at this point in the history
  • Loading branch information
preda-bogdan committed Jun 19, 2024
1 parent 4d28029 commit 40f3588
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/float-widget-test.php
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ public function test_plugin_assets() {

$this->assertEquals( 'https://placehold.co/200x50.jpg', $themeisle_sdk_float_widget['logoUrl'] );
$this->assertEquals( '#FF0000', $themeisle_sdk_float_widget['primaryColor'] );
$this->assertEquals( 'Toggle Help Widget', $themeisle_sdk_float_widget['strings']['toggleButton'] );
$this->assertEquals( 'Toggle Help Widget for Pretty Product Name', $themeisle_sdk_float_widget['strings']['toggleButton'] );
$this->assertEquals( 'Thank you for using Pretty Product Name', $themeisle_sdk_float_widget['strings']['panelGreet'] );

$this->assertTrue( ! empty( $themeisle_sdk_float_widget['links'] ) );
Expand Down

0 comments on commit 40f3588

Please sign in to comment.