chore: rename & typo fix

This commit is contained in:
DarkSky
2023-01-03 22:58:54 +08:00
parent 4b464e89af
commit 38178022f7
10 changed files with 13 additions and 13 deletions

View File

@@ -1,6 +1,6 @@
import { test, expect } from '@playwright/test';
import { getDataCenter } from './utils.js';
import { getDataCenter } from '../utils.js';
import 'fake-indexeddb/auto';

View File

@@ -1,6 +1,6 @@
import { test, expect } from '@playwright/test';
import { getDataCenter } from './utils.js';
import { getDataCenter } from '../utils.js';
import 'fake-indexeddb/auto';

View File

@@ -1,6 +1,6 @@
import { test, expect } from '@playwright/test';
import { getDataCenter } from './utils.js';
import { getDataCenter } from '../utils.js';
import 'fake-indexeddb/auto';

View File

@@ -1,6 +1,6 @@
import { test, expect } from '@playwright/test';
import { getDataCenter } from './utils.js';
import { getDataCenter } from '../utils.js';
import 'fake-indexeddb/auto';

View File

@@ -1,10 +1,10 @@
import { test, expect } from '@playwright/test';
import { getDataCenter } from './utils.js';
import { getDataCenter } from '../utils.js';
import 'fake-indexeddb/auto';
test.describe('Cloud Sync', () => {
test.describe('Sync', () => {
test('get cloud the sync flag of workspace', async () => {});
test('enable [cloud sync feature]', async () => {});

View File

@@ -1,6 +1,6 @@
import { test, expect } from '@playwright/test';
import { getDataCenter } from './utils.js';
import { getDataCenter } from '../utils.js';
import 'fake-indexeddb/auto';

View File

@@ -1,10 +1,10 @@
import { test, expect } from '@playwright/test';
import { getDataCenter } from './utils.js';
import { getDataCenter } from '../utils.js';
import 'fake-indexeddb/auto';
test.describe('Import Export Workspace', () => {
test.describe('Import/Export Workspace', () => {
test('import workspace', async () => {});
test('export workspace', async () => {});

View File

@@ -1,6 +1,6 @@
import { test, expect } from '@playwright/test';
import { getDataCenter } from './utils.js';
import { getDataCenter } from '../utils.js';
import 'fake-indexeddb/auto';

View File

@@ -1,7 +1,7 @@
import assert from 'assert';
import { test, expect } from '@playwright/test';
import { getDataCenter, waitOnce } from './utils.js';
import { getDataCenter, waitOnce } from '../utils.js';
import 'fake-indexeddb/auto';

View File

@@ -1,10 +1,10 @@
import { test, expect } from '@playwright/test';
import { getDataCenter } from './utils.js';
import { getDataCenter } from '../utils.js';
import 'fake-indexeddb/auto';
test.describe('workspace', () => {
test.describe('Workspace', () => {
test('create', async () => {});
test('load', async () => {});