Skip to content

Commit

Permalink
Generated by TRAVIS-CI b9f352d
Browse files Browse the repository at this point in the history
Infrastructure: Add queryElements test helper, remove t.plan from regression tests (pull #1343)

Resolves issue #1312 with changes that:
* add queryElements helper
* update findElements to queryElements in tests, remove unused imports
* update missing awaits
* Add a lint check for findElements and exclude current uses
* Document `t` argument, unconditionally return `result`
* add assertNoElements test helper
* removed unnecessary eslit no-restricted-props
* update carousel tests to use queryElements

Co-authored-by: Simon Pieters <zcorpan@gmail.com>
Co-authored-by: Matt King <a11yThinker@Gmail.com>
  • Loading branch information
3 people committed May 5, 2020
1 parent 047719e commit 1230388
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6979,7 +6979,7 @@ <h3 id="c-4-enabling-funders"><bdi class="secno">C.4 </bdi>Enabling funders<a cl


</section>
<script type="text/javascript">(function(){window['__CF$cv$params']={r:'58e8c6ec7c49e6e8',m:'df258d10a75911b4c4e9cd5b157b3602da89933b-1588664045-1800-AYGH2YmB+Spi81jUK0T7PcfJq14jLSXNyjSZkE3QWl8n7tWBWfB+ZKtW6ZzLC6lZcGXKN/BaH24cCRqHYS/wdTYGd0/dOM1qnZ8ndVJuDIC8jqn0NRByvLQiBgC+Vctr/Y/Y2IiM0MhsqzQo7typG/bKsgU9FvlvmLrtMLQDXjfOTstlslE8vmi8wHWTSA5fX8j0ycGOFZtlmA1P8rlhX3E=',s:[0x2839da8224,0xe3cbf6c9f3],fb:0,}})();</script>
<script type="text/javascript">(function(){window['__CF$cv$params']={r:'58e925594e349204',m:'e6c06255f5010765028c50b1774dd649d69fcfe8-1588667913-1800-AWZFO2qry/bQ60+FCiMX5bkutnjET3SdgJDR/WglCH6pIDx5zW/eXqdN6mbZKy1vkNZ7YcZa7Q4qGE+E+CQ3gkksxgzmLFsZPEAFWNdn3Bp47XotJ5kWjv1BMrdjcqGO0SC16RQ1LA/JfazI6m9VmGgM420sjzjLCgD0b+KONygR8cgsselFbDT5Bs7eXlm8gtGxlZreo0wSBrawyS8nV0Y=',s:[0xbb7935f4b7,0xc1dded2b09],fb:0,}})();</script>

<section id="references" class="appendix"><h2 id="d-references"><bdi class="secno">D. </bdi>References<a class="self-link" aria-label="§" href="#references"></a></h2><section id="informative-references">
<h3 id="d-1-informative-references"><bdi class="secno">D.1 </bdi>
Expand Down

0 comments on commit 1230388

Please sign in to comment.