0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00
ghost/apps/admin-x-settings/test/acceptance/membership/signupEmbed.test.ts

7 lines
225 B
TypeScript
Raw Normal View History

import {test} from '@playwright/test';
// import {globalDataRequests} from '../../utils/acceptance';
test.describe('Signup Embed', async () => {
// TODO - currently having difficulty rendering the iframe in the test
});