-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ci(cypress): Add Dynamic fields Test Cases #6703
base: main
Are you sure you want to change the base?
Conversation
Changed Files |
cypress-tests/cypress/e2e/PaymentMethodListTest/00000-PaymentMethodListTests.cy.js
Outdated
Show resolved
Hide resolved
fb71ce5
to
6d86d2c
Compare
@@ -0,0 +1,174 @@ | |||
import * as fixtures from "../../fixtures/imports"; | |||
import State from "../../utils/State"; | |||
import { card_credit_enabled } from "../PaymentMethodListUtils/Commons"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can we make card_credit_enabled
camelCase
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have to make changes everywhere in the payment methods list tests where i have imported from
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
search and replace all button should go since this variable is unique, it shouldn't affect anything else. but yeah, will have to verify before going ahead with that
30ad124
to
f28402e
Compare
cbfd80a
to
049b577
Compare
6bda07e
to
caf8d4a
Compare
Type of Change
Description
Added Dynamic field Test cases for cybersource connector
Additional Changes
Motivation and Context
Currently our automation setup doesn't have dynamic field test cases
How did you test it?
Checklist
cargo +nightly fmt --all
cargo clippy