mirror of
https://github.com/documenso/documenso.git
synced 2025-11-18 02:32:00 +10:00
feat: moved playwright to the web app
This commit is contained in:
@ -27,7 +27,7 @@ test.describe('Document upload test', () => {
|
||||
await page
|
||||
.getByText('Add a documentDrag & drop your document here.')
|
||||
.locator('input[type=file]')
|
||||
.setInputFiles('./apps/web/src/tests/e2e/documenso.pdf');
|
||||
.setInputFiles('./src/tests/e2e/documenso.pdf');
|
||||
});
|
||||
|
||||
test('user can see /documents page', async ({ page }: { page: Page }) => {
|
||||
|
||||
Reference in New Issue
Block a user