LEIC-ES-2021-22 / 3LEIC03T1

4 stars 0 forks source link

As a UP member, I want to download the digital version of a book, so that I can visualize its content in a digital platform #5

Closed monkin77 closed 2 years ago

monkin77 commented 2 years ago

Notes

The option to download the digital version should only appear in the books that support this feature.

User interface mockups

image image

Acceptance tests

Scenario: Download Digital Version
  Given I have navigated to the details page of a specific book
  And that book has an available digital version
  When I tap the "E-book" button
  Then I should have access to its digital version

Scenario: Digital Version Unavailable
  Given I have navigated to the details page of a specific book
  And that book does not have a digital version
  Then I should not see an "E-book" button

Value and effort