mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 09:07:09 +08:00
ci(cypress): Address lints (#8011)
This commit is contained in:
@ -234,7 +234,7 @@ function bankRedirectRedirection(
|
||||
)
|
||||
) {
|
||||
// scroll down and click on the authorize test payment button
|
||||
cy.get("body").then(($body) => {
|
||||
cy.get("body").then(() => {
|
||||
cy.get("#frame-warning-container").then(($el) => {
|
||||
if ($el.is(":visible")) {
|
||||
// Frame warning is visible — use test payment button
|
||||
|
||||
Reference in New Issue
Block a user