mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-03 23:00:14 -05:00
7 lines
245 B
TypeScript
7 lines
245 B
TypeScript
|
import {test} from '@playwright/test';
|
||
|
// import {globalDataRequests, mockApi, responseFixtures} from '../../utils/e2e';
|
||
|
|
||
|
test.describe('Signup Embed', async () => {
|
||
|
// TODO - currently having difficulty rendering the iframe in the test
|
||
|
});
|