Skip to content

Commit

Permalink
Remove expect outside scope of test
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-byrne committed Sep 24, 2024
1 parent b01caff commit aef139a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion browser_tests/ComfyPage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -707,7 +707,6 @@ export class ComfyPage {
})
await this.canvas.press('Control+a')
const node = await this.getFirstNodeRef()
expect(node).not.toBeNull()
await node!.clickContextMenuOption('Convert to Group Node')
await this.nextFrame()
}
Expand Down

0 comments on commit aef139a

Please sign in to comment.