# language: en Feature: Manage reviews Background: Given the review system has the following review customers: | id | firstName | lastName | phoneNumber | loyaltyPoints | | 33333333-3333-3333-3333-333333333333 | Carol | White | 0600000003 | 50 | And the review system has the following books: | isbn | title | author | publisher | publicationDate | price | quantity | language | | 978333333 | Book B | Author B | PubB | 2020-01-01 | 18.0 | 5 | EN | | 978444444 | Book C | Author C | PubC | 2021-06-15 | 22.0 | 3 | FR | And the review system has the following reviews: | reviewId | bookId | customerName | comment | rating | | rev-1 | 978333333 | Carol White | Great book! | 5 | # ...existing scenarios...