mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-09-07 09:21:24 +08:00
test: assert current workspace flavour (#1664)
This commit is contained in:
@@ -7,6 +7,7 @@ import {
|
||||
newPage,
|
||||
} from './libs/page-logic';
|
||||
import { test } from './libs/playwright';
|
||||
import { assertCurrentWorkspaceFlavour } from './libs/workspace';
|
||||
loadPage();
|
||||
|
||||
test.describe('Local first export page', () => {
|
||||
@@ -65,5 +66,6 @@ test.describe('Local first export page', () => {
|
||||
expect(download.suggestedFilename()).toBe(
|
||||
'this is a new page to export markdown content.md'
|
||||
);
|
||||
await assertCurrentWorkspaceFlavour('local', page);
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user