Skip to content
Merged
Prev Previous commit
Next Next commit
[fix] Run prettier formatting
  • Loading branch information
christian-byrne committed Aug 18, 2025
commit 433060abc788cf1c5e43cee872791c38e7a851f7
4 changes: 3 additions & 1 deletion browser_tests/tests/groupNode.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,9 @@ test.describe('Group Node', () => {
test('Preserves hidden input configuration when containing duplicate node types', async ({
comfyPage
}) => {
await comfyPage.loadWorkflow('groupnodes/group_node_identical_nodes_hidden_inputs')
await comfyPage.loadWorkflow(
'groupnodes/group_node_identical_nodes_hidden_inputs'
)
await comfyPage.nextFrame()

const groupNodeId = 19
Expand Down
Loading