mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-30 01:27:31 +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
|
// 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) => {
|
cy.get("#frame-warning-container").then(($el) => {
|
||||||
if ($el.is(":visible")) {
|
if ($el.is(":visible")) {
|
||||||
// Frame warning is visible — use test payment button
|
// Frame warning is visible — use test payment button
|
||||||
|
|||||||
Reference in New Issue
Block a user