beatricetay / pe

0 stars 0 forks source link

Cant create a new file using `notesCreate` #7

Open beatricetay opened 4 years ago

beatricetay commented 4 years ago

Inputting the following command does not create a text file.

image.png

Inputting the suggested command from the error message also does not create the .adoc file.

image.png

Heres whats present in my folder:

image.png

nus-pe-bot commented 4 years ago

Team's Response

for the first diagram, the location specified is wrong, case sensitive.

Secondly, the path loc specified has an extra / at the back which is for mac. That was my mistake.

Items for the Tester to Verify

:question: Issue response

Team chose [response.IssueUnclear]

Reason for disagreement: These are the commands I have specified. Even with the location typed correctly, it does not create the file.

  1. notesCreate loc/Desktop name/NUSProductivityTest type/folder pt/abs

image.png

A folder was correctly created in my desktop.

image.png

  1. notesCreate loc/NUSProductivityTest name/Test.txt type/file pt/abs

image.png

No text file was created in my folder. No error message pops up, and my command remains in the command box after entering.

image.png

2.1 I wasnt sure whether the loc specified was correct since the app says the current directory is in the NUSProductivityTest folder itself. So I tried to create a text file again using the command 'notesCreate loc/ name/Test.txt type/file pt/abs' But no text file was created in my folder either.

2.2 I tried 'notesCreate loc/Desktop\NUSProductivityTest name/Test.txt type/file pt/abs' as well, but no file was created and no error message was shown.

image.png


:question: Issue severity

Team chose [severity.Medium] Originally [severity.High]

Reason for disagreement: As this bug is vital for your feature to work, I think it should be of High severity.