Details
Description
Author does not get the menu option 'Show rejected request...' when a request is rejected by a editor, only delete the request without reviewing the comments
Scenario: Reject deletion, then drop request
When an editor rejects deletion
Then the document status is "offline"
And the author can get the feedback and drop the request
org.openqa.selenium.NoSuchElementException: Toolbar item doesn't exist: Show rejected request...
Driver info: driver.version: unknown
at com.onehippo.cms7.qa.selenium.components.DocumentEditorImpl.clickInToolbarSubmenu(DocumentEditorImpl.java:562)
at com.onehippo.test.Steps.the_author_can_get_the_feedback(Steps.java:311)
at com.onehippo.test.Steps.the_author_can_get_the_feedback_and_do_with_the_request(Steps.java:321)
at ✽.And the author can get the feedback and drop the request(com/onehippo/test/reviewed_actions_request_deletion.feature:25)