Skip to content
Merged
Prev Previous commit
Next Next commit
[fix] Update mobile test to use new asset path
  • Loading branch information
christian-byrne committed Aug 18, 2025
commit 2e98a5e080adc8b4e11fc95dd332ffe9a6a527f1
2 changes: 1 addition & 1 deletion browser_tests/tests/nodeSearchBox.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ test.describe('Node search box', () => {

test('@mobile Can trigger on empty canvas tap', async ({ comfyPage }) => {
await comfyPage.closeMenu()
await comfyPage.loadWorkflow('single_ksampler')
await comfyPage.loadWorkflow('nodes/single_ksampler')
const screenCenter = {
x: 200,
y: 400
Expand Down
Loading