Skip to content

Commit

Permalink
fix : ignore download feature
Browse files Browse the repository at this point in the history
  • Loading branch information
NFEasonChen committed Jan 8, 2025
1 parent 14a5afd commit 329cf66
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions e2e_test/features/notebooks/notebook_download.feature
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Feature: Notebook export for Obsidian
| Patient Care | Basic patient care notes |
| Medications | Common medications list |
| Procedures | Standard procedures guide |

@ignore
Scenario: Export notebook as a flat zip file for Obsidian
When I go to Notebook page
Expand All @@ -19,12 +20,14 @@ Feature: Notebook export for Obsidian
And the zip file should not contain any subdirectories
And each markdown file should maintain its original content

@ignore
Scenario: Export notebook with special characters in title
When I select the "Medical Notes" notebook
And I click on the export for Obsidian option
Then I should receive a zip file with sanitized filenames
And all markdown files should be at the root level of the zip

@ignore
Scenario: Export empty notebook
When I select the "Medical Notes" notebook
And I click on the export for Obsidian option
Expand Down

0 comments on commit 329cf66

Please sign in to comment.