Skip to content

Commit 30da4e2

Browse files
committed
Fix test
1 parent af0316e commit 30da4e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Elastic.Markdown.Tests/Inline/InlineLinkTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ Go to [test](kibana://index.md)
150150
public void GeneratesHtml() =>
151151
// language=html
152152
Html.Should().Contain(
153-
"""<p>Go to <a href="https://docs-v3-preview.elastic.dev/elastic/kibana/tree/main/">test</a></p>"""
153+
"""<p>Go to <a href="https://docs-v3-preview.elastic.dev/elastic/kibana/tree/main/" hx-select-oob="#main-container" preload="mousedown">test</a></p>"""
154154
);
155155

156156
[Fact]

0 commit comments

Comments
 (0)