Skip to content

Commit

Permalink
Merge pull request #60 from SpringRoll/chore/e2e-test-fixes
Browse files Browse the repository at this point in the history
Chore/e2e test fixes
  • Loading branch information
chipbell4 authored Jul 24, 2020
2 parents 3513729 + 47f9212 commit 5c82852
Show file tree
Hide file tree
Showing 8 changed files with 183 additions and 168 deletions.
6 changes: 2 additions & 4 deletions TestingUtils.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ export function makeRadio(name, value) {

/**
*
* @param {string} name
* @param {string} value
* @param {string} id
*/
export function makeSlider(id) {
const slider = document.createElement('input');
Expand All @@ -25,8 +24,7 @@ export function makeSlider(id) {

/**
*
* @param {string} name
* @param {string} value
* @param {string} id
*/
export function makeButton(id) {
const button = document.createElement('button');
Expand Down
2 changes: 1 addition & 1 deletion dist/SpringRoll-Container-umd.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/SpringRoll-Container-umd.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit 5c82852

Please sign in to comment.