• Robert Knight's avatar
    Fix test failures in Chrome · 8988a962
    Robert Knight authored
    - Fix failing `services/api.js` test
    
      Chrome throws an error when trying to construct a fetch `Response` with
      a non-null `body` if the status is 204.
    
    - Fix Timestamp and GroupListItem test failures in Chrome
    
      - Pass required type argument to `Event` constructor
      - Pass valid `timestamp` argument to `Timestamp`. This value is passed
        on to date functions which require a valid date/time string.
    
    - Fix Slider transition test in Chrome
    
      Since the transition from open to closed is animated, the actual element
      height doesn't immediately transition to 0px. Instead of checking the
      actual height, check the target height specified by the current style
      properties.
    
      The previous code happened to work under PhantomJS, but was conceptually incorrect.
    8988a962
Name
Last commit
Last update
.github Loading commit data...
docs Loading commit data...
embedding-examples Loading commit data...
images Loading commit data...
scripts Loading commit data...
src Loading commit data...
.babelrc Loading commit data...
.eslintignore Loading commit data...
.eslintrc Loading commit data...
.gitignore Loading commit data...
.npmignore Loading commit data...
.npmrc Loading commit data...
.prettierignore Loading commit data...
.prettierrc Loading commit data...
.travis.yml Loading commit data...
CODE_OF_CONDUCT Loading commit data...
Jenkinsfile Loading commit data...
LICENSE Loading commit data...
Makefile Loading commit data...
README.md Loading commit data...
gulpfile.js Loading commit data...
package.json Loading commit data...
requirements-dev.in Loading commit data...
tox.ini Loading commit data...
yarn.lock Loading commit data...