mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-11 05:58:56 +08:00
feat(core): adjust doc property style (#8561)
This commit is contained in:
@@ -120,9 +120,9 @@ test('property table reordering', async ({ page }) => {
|
||||
|
||||
// new order should be Doc mode, (Tags), Number, Date, Checkbox, Text
|
||||
for (const [index, property] of [
|
||||
'Journal',
|
||||
'Doc mode',
|
||||
'Tags',
|
||||
'Doc mode',
|
||||
'Journal',
|
||||
'Number',
|
||||
'Date',
|
||||
'Checkbox',
|
||||
@@ -160,9 +160,9 @@ test('page info show more will show all properties', async ({ page }) => {
|
||||
await page.click('[data-testid="property-collapsible-button"]');
|
||||
|
||||
for (const [index, property] of [
|
||||
'Journal',
|
||||
'Doc mode',
|
||||
'Tags',
|
||||
'Doc mode',
|
||||
'Journal',
|
||||
'Text',
|
||||
'Number',
|
||||
'Date',
|
||||
|
||||
Reference in New Issue
Block a user