Tanakhs / Frontend

0 stars 0 forks source link

comments posting, editing and deleting - unit tests #6

Open eli-entelis opened 1 year ago

eli-entelis commented 1 year ago

check the functioanllity of comments, can be devided to three tests

Acceptance Criteria:

marking2 commented 1 year ago

Adding a comment using the 'Add comment' button - adds it, but removes it after a refresh. Same goes for multiple comments. Editing and deleting the existing 'I am the best' comment acts the same way, probably pulls it from the db after every refresh

eli-entelis commented 1 year ago

are you logged In? if you are not, it's only shows this on client side but on the backend side the request fails(because login is required, you can probably see this in the console). I will solve this behavior when I'll get to working on comments.