feat: add database transaction support(#2983)

This commit is contained in:
Dan Ribbens
2023-07-21 14:13:18 -04:00
committed by GitHub
parent c8c22dad06
commit 8a681450d1
495 changed files with 22228 additions and 8512 deletions

View File

@@ -3,7 +3,7 @@ import { expect, test } from '@playwright/test';
import payload from '../../src';
import { AdminUrlUtil } from '../helpers/adminUrlUtil';
import { initPayloadTest } from '../helpers/configHelpers';
import { login, saveDocAndAssert } from '../helpers';
import { saveDocAndAssert } from '../helpers';
import type { LocalizedPost } from './payload-types';
import { localizedPostsSlug } from './config';
import { englishTitle, spanishLocale } from './shared';
@@ -39,8 +39,6 @@ describe('Localization', () => {
const context = await browser.newContext();
page = await context.newPage();
await login({ page, serverURL });
});
describe('localized text', () => {