Skip to content

Commit

Permalink
chore: fix file name ignored by git in cypress (#5281)
Browse files Browse the repository at this point in the history
  • Loading branch information
pixincreate authored Jul 11, 2024
1 parent 998ce02 commit 3312e78
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress-tests/cypress/support/commands.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
// Cypress.Commands.overwrite('visit', (originalFn, url, options) => { ... })

// commands.js or your custom support file
import { defaultErrorHandler, getValueByKey } from "../e2e/PaymentUtils/utils";
import { defaultErrorHandler, getValueByKey } from "../e2e/PaymentUtils/Utils";
import * as RequestBodyUtils from "../utils/RequestBodyUtils";
import { handleRedirection } from "./redirectionHandler";

Expand Down

0 comments on commit 3312e78

Please sign in to comment.