nitish-Datman
nitish-Datman
@emilyrohrbough let me know if this can be resolved
@emilyrohrbough i have tried , did not help
@jennifer-shehane can this be resolved please
```js describe("Test", function () { it("Test flow", function () { cy.visit('http://shorturl.at/IMNQV') cy.get(nameOnCard_input, { timeout: 25000 }).type("nitish"); cy.get("#cardNumber") .iframeLoaded() .its("document") .getInDocument('input[name="cardnumber"]') .type('4929421234600821'); cy.get("#expiryDate") .iframeLoaded() .its("document") .getInDocument('input[name="exp-date"]') .type('1123'); cy.get("#cvv") .iframeLoaded() .its("document") .getInDocument('input[name="cvc"]')...
@chrisbreiding apologises as i missed to add the locator for `nameOnCard_input` here is the locator for the same `#nameOnCard` and for (cy.get("#cardNumber")) its an iframe , you need to add...
here are the url id's below, - ikT37 - ANOV6 - bgWZ5 - cDGJS - fGKMN - HUXZ2 @chrisbreiding
seems like all the urls are expiring , i'm adding in the sheet https://docs.google.com/spreadsheets/d/1z08dCTFnGuqmPWmHmaWFY9kGxFwPxgjqZ03NaovQ644/edit?usp=sharing once you request for access will provide the same
@chrisbreiding shared
it didn’t help, now the wired part is while `experimentalModifyObstructiveThirdPartyCode: true,` adding this to `cypress.config.js` iframe is not even loading , for iframe to load now i have to give...