Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Tests/IgniteTesting/Elements/Card.swift
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ class CardTests: IgniteTestSuite {
let output = element.render()

#expect(output == """
<div class="card" style="max-width: min(500px, 100%)">\
<div class="card" style="max-width: 500px">\
<img src="/images/photos/dishwasher.jpg" alt="" class="card-img-top" /><div class="card-body">\
<p class="card-text">Before putting your dishes into the dishwasher, give them a quick pre-clean.</p>\
<a href="/" class="card-link btn btn-primary">Back to the homepage</a></div></div>
Expand Down