mirror of
https://github.com/documenso/documenso.git
synced 2026-08-27 00:32:29 +10:00
fix: lint project (#2693)
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
import { test } from '@playwright/test';
|
||||
|
||||
import { NEXT_PUBLIC_WEBAPP_URL } from '@documenso/lib/constants/app';
|
||||
import { seedUser } from '@documenso/prisma/seed/users';
|
||||
import { test } from '@playwright/test';
|
||||
|
||||
import { apiSignin } from '../fixtures/authentication';
|
||||
import { expectTextToBeVisible } from '../fixtures/generic';
|
||||
@@ -9,10 +8,7 @@ import { expectTextToBeVisible } from '../fixtures/generic';
|
||||
test('[TEAMS]: create team', async ({ page }) => {
|
||||
const { user, organisation } = await seedUser();
|
||||
|
||||
test.skip(
|
||||
process.env.NEXT_PUBLIC_FEATURE_BILLING_ENABLED === 'true',
|
||||
'Test skipped because billing is enabled.',
|
||||
);
|
||||
test.skip(process.env.NEXT_PUBLIC_FEATURE_BILLING_ENABLED === 'true', 'Test skipped because billing is enabled.');
|
||||
|
||||
await apiSignin({
|
||||
page,
|
||||
|
||||
Reference in New Issue
Block a user