Skip to content

Commit

Permalink
Deployed c5cf3ff to dev with MkDocs 1.5.3 and mike 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Feb 25, 2024
1 parent d7e2b0e commit 11afa85
Show file tree
Hide file tree
Showing 5 changed files with 146 additions and 186 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -660,12 +660,12 @@ <h2 id="how-to-unit-test-component">How to unit test component<a class="headerli
<p class="admonition-title">Tip</p>
<p><code>WaitForAssertion</code> is useful in asserting asynchronous changes: It will blocks and waits in a
test method until the specified assertion action does not throw an exception, or until the timeout is reached (the default
timeout is one second). <img alt="👉" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@14.1.2/assets/svg/1f449.svg" title=":point_right:"> <a href="https://bunit.dev/docs/verification/async-assertion.html">Assertion of asynchronous changes</a></img></p>
timeout is one second). <img alt="👉" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/1f449.svg" title=":point_right:"> <a href="https://bunit.dev/docs/verification/async-assertion.html">Assertion of asynchronous changes</a></img></p>
</div>
<div class="admonition tip">
<p class="admonition-title">Tip</p>
<p>Within unit tests on Blazor components, you can interact with HTML DOM and query rendered HTMLelements (buttons, div...) by using
CSS selectors (id, class...) <img alt="👉" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@14.1.2/assets/svg/1f449.svg" title=":point_right:"> Lean more about <a href="https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Selectors">CSS selectors</a></img></p>
CSS selectors (id, class...) <img alt="👉" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/1f449.svg" title=":point_right:"> Lean more about <a href="https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Selectors">CSS selectors</a></img></p>
</div>
<h2 id="how-to-unit-test-a-component-requiring-an-external-component">How to unit test a component requiring an external component<a class="headerlink" href="#how-to-unit-test-a-component-requiring-an-external-component" title="Permanent link"></a></h2>
<p>Some components proposed by MudBlazor (MudAutocomplete, MudSelect...) use another component <code>MudPopoverProvider</code> to display elements.
Expand Down
2 changes: 1 addition & 1 deletion dev/open-api/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@
<div class="md-content" data-md-component="content">
<article class="md-content__inner md-typeset">
<h1 id="web-api-reference">Web API Reference<a class="headerlink" href="#web-api-reference" title="Permanent link"></a></h1>
<p><iframe class="swagger-ui-iframe" frameborder="0" id="870fbbe9" src="swagger-870fbbe9.html" style="overflow:hidden;width:100%;" width="100%"></iframe></p>
<p><iframe class="swagger-ui-iframe" frameborder="0" id="f310b4dc" src="swagger-f310b4dc.html" style="overflow:hidden;width:100%;" width="100%"></iframe></p>
</article>
</div>
<script>var target=document.getElementById(location.hash.slice(1));target&&target.name&&(target.checked=target.name.startsWith("__tabbed_"))</script>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
}

const resize_ob = new ResizeObserver(function(entries) {
parent.update_swagger_ui_iframe_height("870fbbe9");
parent.update_swagger_ui_iframe_height("f310b4dc");
});

// start observing for resizing
Expand Down
Binary file modified dev/sitemap.xml.gz
Binary file not shown.
Loading

0 comments on commit 11afa85

Please sign in to comment.