Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
ComfyUI
Commits
c9673926
Commit
c9673926
authored
Mar 26, 2024
by
comfyanonymous
Browse files
Fix test.
parent
11838e60
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
tests-ui/tests/groupNode.test.js
tests-ui/tests/groupNode.test.js
+1
-1
No files found.
tests-ui/tests/groupNode.test.js
View file @
c9673926
...
...
@@ -947,7 +947,7 @@ describe("group node", () => {
expect
(
p1
.
widgets
.
value
.
widget
.
options
?.
step
).
toBe
(
80
);
// width/height step * 10
expect
(
p2
.
widgets
.
value
.
widget
.
options
?.
min
).
toBe
(
16
);
// width/height min
expect
(
p2
.
widgets
.
value
.
widget
.
options
?.
max
).
toBe
(
8192
);
// width/height max
expect
(
p2
.
widgets
.
value
.
widget
.
options
?.
max
).
toBe
(
16384
);
// width/height max
expect
(
p2
.
widgets
.
value
.
widget
.
options
?.
step
).
toBe
(
80
);
// width/height step * 10
expect
(
p1
.
widgets
.
value
.
value
).
toBe
(
128
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment