| // Jest Snapshot v1, https://goo.gl/fbAQLP |
| |
| exports[`AnchoredQueryTimer matches snapshot with execution 1`] = ` |
| <div |
| class="bp5-button-group execution-timer-panel" |
| > |
| <button |
| class="bp5-button bp5-minimal timer" |
| type="button" |
| > |
| <span |
| aria-hidden="true" |
| class="bp5-icon bp5-icon-stopwatch" |
| > |
| <svg |
| data-icon="stopwatch" |
| height="16" |
| role="img" |
| viewBox="0 0 16 16" |
| width="16" |
| > |
| <path |
| d="M9 2v1.083A6.002 6.002 0 018 15 6 6 0 017 3.083V2H6a1 1 0 110-2h4a1 1 0 010 2H9zM8 5a4 4 0 104 4H8V5z" |
| fill-rule="evenodd" |
| /> |
| </svg> |
| </span> |
| <span |
| class="bp5-button-text" |
| > |
| 3.00s |
| </span> |
| </button> |
| <button |
| class="bp5-button bp5-minimal" |
| type="button" |
| > |
| <span |
| aria-hidden="true" |
| class="bp5-icon bp5-icon-cross" |
| > |
| <svg |
| data-icon="cross" |
| height="16" |
| role="img" |
| viewBox="0 0 16 16" |
| width="16" |
| > |
| <path |
| d="M9.41 8l3.29-3.29c.19-.18.3-.43.3-.71a1.003 1.003 0 00-1.71-.71L8 6.59l-3.29-3.3a1.003 1.003 0 00-1.42 1.42L6.59 8 3.3 11.29c-.19.18-.3.43-.3.71a1.003 1.003 0 001.71.71L8 9.41l3.29 3.29c.18.19.43.3.71.3a1.003 1.003 0 00.71-1.71L9.41 8z" |
| fill-rule="evenodd" |
| /> |
| </svg> |
| </span> |
| </button> |
| </div> |
| `; |
| |
| exports[`AnchoredQueryTimer matches snapshot with startTime 1`] = ` |
| <div |
| class="bp5-button-group execution-timer-panel" |
| > |
| <button |
| class="bp5-button bp5-minimal timer" |
| type="button" |
| > |
| <span |
| aria-hidden="true" |
| class="bp5-icon bp5-icon-stopwatch" |
| > |
| <svg |
| data-icon="stopwatch" |
| height="16" |
| role="img" |
| viewBox="0 0 16 16" |
| width="16" |
| > |
| <path |
| d="M9 2v1.083A6.002 6.002 0 018 15 6 6 0 017 3.083V2H6a1 1 0 110-2h4a1 1 0 010 2H9zM8 5a4 4 0 104 4H8V5z" |
| fill-rule="evenodd" |
| /> |
| </svg> |
| </span> |
| <span |
| class="bp5-button-text" |
| > |
| 1.00s |
| </span> |
| </button> |
| <button |
| class="bp5-button bp5-minimal" |
| type="button" |
| > |
| <span |
| aria-hidden="true" |
| class="bp5-icon bp5-icon-cross" |
| > |
| <svg |
| data-icon="cross" |
| height="16" |
| role="img" |
| viewBox="0 0 16 16" |
| width="16" |
| > |
| <path |
| d="M9.41 8l3.29-3.29c.19-.18.3-.43.3-.71a1.003 1.003 0 00-1.71-.71L8 6.59l-3.29-3.3a1.003 1.003 0 00-1.42 1.42L6.59 8 3.3 11.29c-.19.18-.3.43-.3.71a1.003 1.003 0 001.71.71L8 9.41l3.29 3.29c.18.19.43.3.71.3a1.003 1.003 0 00.71-1.71L9.41 8z" |
| fill-rule="evenodd" |
| /> |
| </svg> |
| </span> |
| </button> |
| </div> |
| `; |