a8083960d8
refs https://github.com/TryGhost/Product/issues/4182 Updated framework to include shared test config for easier app setup.
7 lines
225 B
TypeScript
7 lines
225 B
TypeScript
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
|
|
});
|