5 points Scribble implementation with local data Given I am a logged in user And I have previously saved an article When I navigate to My Articles Then I should see a list of articles
3 points Loading screen Given I have internet connection When I navigate to My articles Then the date should be fetched from the API And I should see a loading screen
8 points Scribble implementation fetching data from API Given I have internet connection When I navigate to My articles Then the date should be fetched from the API And I should see a list of saved articles
8 points Response from API Given I have a list of saved articles When I swipe away one of the elements Then the remote item should be deleted And I should be notified of the deletion