Current behavior while running the test , cypress runner getting disappeared on redirect,
Desired behavior cypress runner should still be visible on redirect
Test code to reproduce
describe("test", function () {
it("create payment", function () {
cy.visit(*********) //provide any url that redirect to another url
})
})
Video URl : https://www.loom.com/share/bc721d61fd8e4be2ad267418c78ae1a9
