There are a lot of little fixes to tests here, but the biggest issue was too much recursion because we kept replacing the helpers over and over again. I assume Chrome has tail recursion or something to speed this up but Firefox hated it. Otherwise, we can't rely on the order of attributes in rendered HTML so I simplified most of those tests to just look for key strings in the HTML that are rendered. |
||
|---|---|---|
| .. | ||
| select-kit | ||
| ace-editor-test.js | ||
| activation-controls-test.js | ||
| admin-report-test.js | ||
| badge-title-test.js | ||
| bookmark-test.js | ||
| cook-text-test.js | ||
| d-button-test.js | ||
| d-editor-test.js | ||
| d-icon-test.js | ||
| date-input-test.js | ||
| date-time-input-range-test.js | ||
| date-time-input-test.js | ||
| group-list-setting-test.js | ||
| highlighted-code-test.js | ||
| html-safe-helper-test.js | ||
| iframed-html-test.js | ||
| image-uploader-test.js | ||
| load-more-test.js | ||
| relative-time-picker-test.js | ||
| secret-value-list-test.js | ||
| simple-list-test.js | ||
| site-header-test.js | ||
| text-field-test.js | ||
| themes-list-item-test.js | ||
| themes-list-test.js | ||
| time-input-test.js | ||
| topic-list-item-test.js | ||
| topic-list-test.js | ||
| user-selector-test.js | ||
| value-list-test.js | ||