Skip to content

Instantly share code, notes, and snippets.

@zendevil
Last active July 9, 2021 07:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zendevil/aef84352e934bb810efea77d4d8ee126 to your computer and use it in GitHub Desktop.
Save zendevil/aef84352e934bb810efea77d4d8ee126 to your computer and use it in GitHub Desktop.
ignored nodes
Uncaught exception, not in assertion.
nil
Error: Unable to find an element with the text: Something!. This could be because the text is broken up by multiple elements. In this case, you can provide a function for your text matcher to make your matcher more flexible. Ignored nodes: comments, <script />, <style /> <body> <div id="test-root" > <div id="report-header" > <div class="container report-body" > <div class="page-title" > <img height="50" src="https://clojurescript.org/images/cljs-logo-120b.png" width="50" /> <div class="test-title" > Test Run </div> </div> <div id="summary" /> </div> </div> <div class="controls container" > <button id="hide-show" > Hide/Show Passing </button> </div> <div class="container test-ns" > <h2> humboi.core-test </h2> <div class="test-var" > <div class="var-header" > /test-home <div class="test-var-line" > humboi/core_test.cljs : <span> 8 </span> </div> </div> </div> </div> </div> <div> <div> <p> Something </p> </div> </div> <div> <div> <p> Something </p> </div> </div> <div id="shadow-hud-loading-container" style="position: fixed; pointer-events: none; left: 0px; bottom: 20px; z-index: 10000;" > <div style="background: rgb(238, 238, 238); border-top-right-radius: 40px; border-bottom-right-radius: 40px; box-shadow: rgb(170, 170, 170) 2px 2px 10px; padding: 10px;" > <svg height="60px" id="shadow-cljs-logo" style="{:display \"block\"}" version="1.1" viewBox="0 0 400 400" width="60px" > <title> shadow-cljs </title> <defs> <mask fill="#fff" id="shadow-cljs-logo-mask" > <circle cx="200" cy="200" r="200" /> </mask> </defs> <g fill="none" fill-rule="evenodd" mask="url(#shadow-cljs-logo-mask)" stroke="none" stroke-width="0" > <g class="circles" > <circle class="blue" cx="200" cy="200" fill="#4F80DF" r="200" /> <circle class="light-blue" cx="370" cy="200" fill="#89B4FF" r="71.5" /> <circle class="dark-green" cx="60" cy="360" fill="#40B400" r="180" /> <circle class="light-green" cx="280" cy="320" fill="#76E013" r="129" /> <animatetransform attributeName="transform" attributeType="xml" dur="3s" from="0 200 200" repeatCount="indefinite" to="360 200 200" type="rotate" /> </g> <g transform="translate(10,10)" > <path d="M247.183941,141.416413 C247.183941,74.7839971 148.383423,78.9723529 148.383423,141.416413 C148.383423,203.860473 265.090698,171.864644 265.090698,248.900057 C265.090698,325.93547 135,325.851749 135,251.708304" stroke="#aaa" stroke-linecap="square" stroke-width="16" /> </g> <path d="M247.183941,141.416413 C247.183941,74.7839971 148.383423,78.9723529 148.383423,141.416413 C148.383423,203.860473 265.090698,171.864644 265.090698,248.900057 C265.090698,325.93547 135,325.851749 135,251.708304" stroke="#FFFFFF" stroke-linecap="square" stroke-width="16" /> </g> </svg> </div> </div> <div> <div> <p> Something </p> </div> </div> </body>
For stacktrace: See error number 1 in console
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment