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) 318 B
describe('paypal', () => { beforeEach(() => { cy.visit({ url: '/paypal' }); }); it('should load the page', () => { cy.title().should('eq', 'Test Paypal'); }); it('should inject the PayPal iframe into the page', () => { cy.get('iframe[title="PayPal-paypal"]'); }); });