UNPKG

@rebilly/framepay-react

Version:

A React wrapper for Rebilly's FramePay offering out-of-the-box support for Redux and other common React features

14 lines (11 loc) 321 B
describe('google-pay', () => { beforeEach(() => { cy.visit({ url: '/google-pay' }); }); it('should load the page', () => { cy.title().should('eq', 'Test Google Pay'); }); it('should inject the Google pay iframe into the page', () => { cy.get('iframe#googlePay'); }); });