Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
smouillour committed Oct 12, 2023
1 parent de2c965 commit 160eaf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/cypress-api-mock-plugin/commands.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export function installApiMockCommands(options = {}) {

if (recordMode) {
Cypress.Commands.add('beforeApiMock', (opt = {}) => {
cy.recordHar({ opt });
cy.recordHar({ options: opt });
});

Cypress.Commands.add('afterApiMock', (opt = {}) => {
Expand Down

0 comments on commit 160eaf7

Please sign in to comment.