Skip to content

Commit

Permalink
Fix failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
n7studios committed Oct 31, 2024
1 parent a036379 commit 72bd24d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -677,7 +677,7 @@ public function testBroadcastsImportWithDisableStylesEnabled(AcceptanceTester $I

// Confirm no inline styles exist in the imported Broadcast.
$I->dontSeeElementInDOM('div.ck-inner-section');
$I->assertNull($I->grabAttributeFrom('div.ck-section', 'style'));
$I->dontSeeInSource('<h2 style="');
}

/**
Expand Down

0 comments on commit 72bd24d

Please sign in to comment.