mirror of https://github.com/01-edu/public.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
691 B
18 lines
691 B
2 years ago
|
#### Functional
|
||
|
|
||
|
#### In order to run and hot reload app either on emulator or device, follow the [instructions](https://docs.flutter.dev/get-started/test-drive?tab=androidstudio#run-the-app).
|
||
|
|
||
|
###### Does app shows all fetched posts?
|
||
|
|
||
|
###### Tap any post, does it open webview of the content?
|
||
|
|
||
|
###### Can you go back to the main page?
|
||
|
|
||
|
###### Tap login page. Does it open route to login?
|
||
|
|
||
|
###### Can you login with actual login and password from the website?
|
||
|
|
||
|
###### After loggen in, try to upvote, comment, hide upvote on posts and see that it is reflected on the actual website.
|
||
|
|
||
|
###### You should **not** be able to create posts, upvote, etc as **not** logged in user. Is that the case?
|