Skip to content

Commit 93bcd2b

Browse files
authored
Update commands.ts
1 parent 408d206 commit 93bcd2b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/commands.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@ Cypress.Commands.add(
162162
},
163163
log: false,
164164
})
165+
.then(() => cy.task(TASK.processImgPath, { path: imgPath }).then(newImgPath => imgPath = newImgPath))
165166
.then(() => imgPath);
166167
})
167168
.then((imgPath) =>

0 commit comments

Comments
 (0)