From 2e10ae256070071a6b90d1e487fc7bb9260ecd0a Mon Sep 17 00:00:00 2001 From: lin onetwo Date: Thu, 30 Oct 2025 13:59:33 +0800 Subject: [PATCH] Update filesystemPlugin.feature --- features/filesystemPlugin.feature | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/features/filesystemPlugin.feature b/features/filesystemPlugin.feature index 12af8bdb..85d4d8a2 100644 --- a/features/filesystemPlugin.feature +++ b/features/filesystemPlugin.feature @@ -43,9 +43,9 @@ Feature: Filesystem Plugin And I press "Control+a" in browser view And I press "Delete" in browser view And I type "TestTiddlerTitle" in "title input" element in browser view with selector "div[data-tiddler-title^='Draft of'] input.tc-titlebar.tc-edit-texteditor" - Then I should see "16 chars" in the browser view content # Wait for tiddler state to settle, otherwise it still shows 3 chars (新条目) for a while And I wait for 0.5 seconds + Then I should see "16 chars" in the browser view content # Input tag by typing in the tag input field - use precise selector to target the tag input specifically And I click on "tag input" element in browser view with selector "div[data-tiddler-title^='Draft of'] div.tc-edit-add-tag-ui input.tc-edit-texteditor[placeholder='标签名称']" And I press "Control+a" in browser view @@ -97,7 +97,8 @@ Feature: Filesystem Plugin Then I wait for tiddler "WatchTestTiddler" to be added by watch-fs # Open sidebar "最近" tab to see the timeline And I click on "sidebar tab" element in browser view with selector "div.tc-tab-buttons.tc-sidebar-tabs-main > button:has-text('最近')" - And I wait for 0.5 seconds + # wait for tw animation, sidebar need time to show + And I wait for 1 seconds # Click on the tiddler link in timeline to open it And I click on "timeline link" element in browser view with selector "div.tc-timeline a.tc-tiddlylink:has-text('WatchTestTiddler')" # Verify the tiddler content is displayed