Skip to content

Commit 5c82852

Browse files
authored
Merge pull request #60 from SpringRoll/chore/e2e-test-fixes
Chore/e2e test fixes
2 parents 3513729 + 47f9212 commit 5c82852

8 files changed

+183
-168
lines changed

TestingUtils.js

+2-4
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ export function makeRadio(name, value) {
1313

1414
/**
1515
*
16-
* @param {string} name
17-
* @param {string} value
16+
* @param {string} id
1817
*/
1918
export function makeSlider(id) {
2019
const slider = document.createElement('input');
@@ -25,8 +24,7 @@ export function makeSlider(id) {
2524

2625
/**
2726
*
28-
* @param {string} name
29-
* @param {string} value
27+
* @param {string} id
3028
*/
3129
export function makeButton(id) {
3230
const button = document.createElement('button');

dist/SpringRoll-Container-umd.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/SpringRoll-Container-umd.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)